Add systemd service

Add -i, which currently only creates a systemd service file in the
current directory for the user to install themselves.
This commit is contained in:
2020-07-02 18:44:42 +01:00
parent ac500e14cd
commit 34e58f5cb2
3 changed files with 185 additions and 4 deletions

View File

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