mirror of https://github.com/hrfee/jfa-go
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
266 B
12 lines
266 B
4 years ago
|
# 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
|