Skip to content
This repository was archived by the owner on May 1, 2026. It is now read-only.

Commit ea3b3e5

Browse files
rwloveclaude
andcommitted
Remove systemd unit files
Delete all .service files and remove references from .goreleaser.yaml and configs/install.sh. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a6c260a commit ea3b3e5

6 files changed

Lines changed: 2 additions & 59 deletions

File tree

.goreleaser.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,6 @@ nfpms:
5353
- rpm
5454
- apk
5555
- termux.deb
56-
contents:
57-
- src: ./configs/workoutdiary-api.service
58-
dst: /lib/systemd/system/workoutdiary-api.service
59-
- src: ./configs/workoutdiary-frontend.service
60-
dst: /lib/systemd/system/workoutdiary-frontend.service
61-
scripts:
62-
postinstall: ./configs/postinstall.sh
6356

6457
archives:
6558
- files:

configs/WorkoutDiary.service

Lines changed: 0 additions & 12 deletions
This file was deleted.

configs/WorkoutDiary@.service

Lines changed: 0 additions & 12 deletions
This file was deleted.

configs/install.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/sh
22

3-
cp workoutdiary /usr/bin/
4-
cp WorkoutDiary.service /lib/systemd/system/
5-
cp WorkoutDiary@.service /lib/systemd/system/
3+
cp workoutdiary-api /usr/bin/
4+
cp workoutdiary-frontend /usr/bin/

configs/workoutdiary-api.service

Lines changed: 0 additions & 12 deletions
This file was deleted.

configs/workoutdiary-frontend.service

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)