mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-05 01:40:10 +00:00
12 lines
266 B
SYSTEMD
12 lines
266 B
SYSTEMD
|
# 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
|