1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-26 03:17:47 +02:00

add example systemd service

This commit is contained in:
Harvey Tindall 2020-09-03 21:32:59 +01:00
parent 46c95d7664
commit e56a1388b5
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
2 changed files with 11 additions and 8 deletions

View File

@ -1,8 +0,0 @@
[Unit]
Description=A basic account management system for Jellyfin.
[Service]
ExecStart={executable}
[Install]
WantedBy=default.target

11
jfa-go.service Normal file
View File

@ -0,0 +1,11 @@
# Systemd service file for jfa-go. Install to ~/.config/systemd/user.
[Unit]
Description=A web app for managing users on Jellyfin
[Service]
# Modify this to the path to your executable, if necessary.
ExecStart=/opt/jfa-go/jfa-go
[Install]
WantedBy=default.target