1
0
Fork 0
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:
Yaroslav Nakonechnikov 2018-01-10 17:18:26 +03:00 committed by GitHub
parent 74f93c22e5
commit b003b5e697
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,8 @@ RemainAfterExit=yes
WorkingDirectory=__FINALPATH__
ExecStart=/usr/bin/uwsgi \
--ini __FINALPATH__/uwsgi.ini \
--socket __FINALPATH__/socket
--socket __FINALPATH__/socket \
--pidfile __FINALPATH__/weblate.pid
Restart=always
StandardError=syslog