Skip to content

Commit

Permalink
add example systemd service
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfee committed Sep 3, 2020
1 parent 46c95d7 commit e56a138
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
8 changes: 0 additions & 8 deletions data/services/jf-accounts.service

This file was deleted.

11 changes: 11 additions & 0 deletions jfa-go.service
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e56a138

Please sign in to comment.