mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
use systemd
This commit is contained in:
parent
03de36ff2e
commit
ce850f5e59
1 changed files with 10 additions and 0 deletions
10
nginx-ui.service
Normal file
10
nginx-ui.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Yet another WebUI for Nginx
|
||||
Documentation=https://github.com/0xJacky/nginx-ui
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/local/bin/nginx-ui -d /usr/local/etc/nginx-ui
|
||||
TimeoutStopSec=5
|
||||
KillMode=mixed
|
Loading…
Add table
Add a link
Reference in a new issue