add "systemd" command to generate a .service file

never got around to adding this from jellyfin-accounts for some reason.
This commit is contained in:
Harvey Tindall
2021-04-24 18:54:31 +01:00
parent 90a2c1f2e7
commit 886ae64feb
3 changed files with 43 additions and 6 deletions

View File

@@ -94,6 +94,8 @@ copy:
$(info copying static data)
-mkdir -p $(DATA)/web
cp -r static/* $(DATA)/web/
$(info copying systemd service)
cp jfa-go.service $(DATA)/
$(info copying language files)
cp -r lang $(DATA)/
cp LICENSE $(DATA)/