Packages: added systemd service for debug binary.
This commit is contained in:
14
pkg/deb/debian/unit-debug.service
Normal file
14
pkg/deb/debian/unit-debug.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=NGINX Unit
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
PIDFile=/var/run/unit.pid
|
||||
EnvironmentFile=-/etc/default/unit
|
||||
ExecStart=/usr/sbin/unitd-debug $DAEMON_ARGS
|
||||
ExecReload=
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user