diff options
author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-10 16:47:52 -0600 |
---|---|---|
committer | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-10 16:47:52 -0600 |
commit | 4aced43e43ae4f0a88a777370a7471aecb0dc093 (patch) | |
tree | 4804b7791a2ac08e9714b75406ab6c38cfdda8b5 /systemd | |
parent | def61909c2423b19b063a5807cc399a41de39974 (diff) | |
download | tilde.club-4aced43e43ae4f0a88a777370a7471aecb0dc093.tar.gz tilde.club-4aced43e43ae4f0a88a777370a7471aecb0dc093.zip |
add required args
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/fruitvote.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/fruitvote.service b/systemd/fruitvote.service index 424aaf1..5d5c1bf 100644 --- a/systemd/fruitvote.service +++ b/systemd/fruitvote.service @@ -3,7 +3,7 @@ Description=fruitvote [Service] Type=simple -ExecStart=/usr/bin/nice -n 19 /home/simponic/fruitvote/fruitvote --socket-path /home/simponic/fruitvote/http.sock --users nginx,simponic +ExecStart=/usr/bin/nice -n 19 /home/simponic/fruitvote/fruitvote --socket-path /home/simponic/fruitvote/http.sock --users nginx,simponic --template /home/simponic/fruitvote/templates --fruits /home/simponic/fruitvote/fruits.json --database /home/simponic/fruitvote/fruitvote.db Restart=always [Install] |