mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
get the uwsgi path correct
This commit is contained in:
parent
23f6b68e77
commit
b93445d676
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
Description=uWSGI Service
|
Description=uWSGI Service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/local/bin/uwsgi --ini /etc/uwsgi/apps-enabled/admin-console.ini
|
ExecStart=/usr/bin/uwsgi --ini /etc/uwsgi/apps-enabled/admin-console.ini
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=5
|
RestartSec=5
|
||||||
KillSignal=SIGQUIT
|
KillSignal=SIGQUIT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue