Service auto-restart
This commit is contained in:
parent
891db049af
commit
285c8f70f8
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ Group=dylan
|
|||
WorkingDirectory=/home/dylan/BetterTwitFix
|
||||
Environment="PATH=/home/dylan/BetterTwitFix/venv/bin"
|
||||
ExecStart=/home/dylan/BetterTwitFix/venv/bin/uwsgi --ini twitfix.ini
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in a new issue