mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
add pidfile to service
This commit is contained in:
parent
74f93c22e5
commit
b003b5e697
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ RemainAfterExit=yes
|
||||||
WorkingDirectory=__FINALPATH__
|
WorkingDirectory=__FINALPATH__
|
||||||
ExecStart=/usr/bin/uwsgi \
|
ExecStart=/usr/bin/uwsgi \
|
||||||
--ini __FINALPATH__/uwsgi.ini \
|
--ini __FINALPATH__/uwsgi.ini \
|
||||||
--socket __FINALPATH__/socket
|
--socket __FINALPATH__/socket \
|
||||||
|
--pidfile __FINALPATH__/weblate.pid
|
||||||
Restart=always
|
Restart=always
|
||||||
StandardError=syslog
|
StandardError=syslog
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue