diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-10 16:56:48 -0600 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-10 16:56:48 -0600 |
commit | d4830b93c9a1930c937f9a6f813185c95d01917a (patch) | |
tree | 2625cbfad8812d0f3c62289b7645a03c6ed40ab0 | |
parent | 4aced43e43ae4f0a88a777370a7471aecb0dc093 (diff) | |
download | tilde.club-d4830b93c9a1930c937f9a6f813185c95d01917a.tar.gz tilde.club-d4830b93c9a1930c937f9a6f813185c95d01917a.zip |
fix database path arg
-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 5d5c1bf..5f653e1 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 /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/fruitvote/fruitvote.db Restart=always [Install] |