mirror of
https://github.com/Break27/kvmd.git
synced 2026-02-06 10:26:38 +08:00
added restart options to the kvmd-nginx.service
This commit is contained in:
parent
7fa7fe5ade
commit
5d54b32ab6
@ -7,6 +7,8 @@ Type=forking
|
||||
PIDFile=/run/kvmd/nginx.pid
|
||||
PrivateDevices=yes
|
||||
SyslogLevel=err
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
|
||||
ExecStart=/usr/sbin/nginx -p /etc/kvmd/nginx -c /etc/kvmd/nginx/nginx.conf -g 'pid /run/kvmd/nginx.pid; user kvmd-nginx; error_log stderr;'
|
||||
ExecReload=/usr/sbin/nginx -s reload -p /etc/kvmd/nginx -c /etc/kvmd/nginx/nginx.conf -g 'pid /run/kvmd/nginx.pid; user kvmd-nginx; error_log stderr;'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user