diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-10 17:15:33 -0600 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-10 17:15:33 -0600 |
commit | 0174cf593b160a45024a7bcd1d1b2191f5a30acd (patch) | |
tree | 257862f16689f5f9b6a97f7b08e00c6eb43eb5db /systemd | |
parent | 60565ffeee573d426bf3bffe18c4852f7b798e2d (diff) | |
download | tilde.club-0174cf593b160a45024a7bcd1d1b2191f5a30acd.tar.gz tilde.club-0174cf593b160a45024a7bcd1d1b2191f5a30acd.zip |
persistent db
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 5f653e1..5ebd77f 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 --template /home/simponic/fruitvote/templates --fruits /home/simponic/fruitvote/fruits.json --database-path /home/simponic/fruitvote/fruitvote.db +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-path /home/simponic/db/fruitvote.db Restart=always [Install] |