mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
chore: update service file to ensure socket file is created correctly
This commit is contained in:
parent
bcf0b9c664
commit
45d98f524e
2 changed files with 6 additions and 0 deletions
|
@ -272,6 +272,8 @@ After=network.target
|
|||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/local/bin/nginx-ui -config /usr/local/etc/nginx-ui/app.ini
|
||||
RuntimeDirectory=nginx-ui
|
||||
WorkingDirectory=/var/run/nginx-ui
|
||||
Restart=on-failure
|
||||
TimeoutStopSec=5
|
||||
KillMode=mixed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue