Skip to content

Commit

Permalink
fix: systemd unit chdir
Browse files Browse the repository at this point in the history
  • Loading branch information
tympanix committed Mar 21, 2019
1 parent 6caaeaa commit ca89888
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions etc/supper.service
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[Unit]
Description=Supper subtitle manager
Description=Supper media manager
After=network.target

[Service]
Type=simple
ExecStart=/usr/local/bin/supper web
Restart=always
RestartSec=10
WorkingDirectory=/var/lib/supper
User=supper
Group=supper

Expand Down

0 comments on commit ca89888

Please sign in to comment.