summaryrefslogtreecommitdiffhomepage
path: root/pkg/rpm/rpmbuild/SOURCES/unit-debug.service
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2021-12-02 08:52:52 +0300
committerAndrei Belov <defan@nginx.com>2021-12-02 08:52:52 +0300
commit7edc5b82d5e48d5f5d06334af82b891b0ccc3add (patch)
treedefc064b8c76411bc2e7bebfb6adeb0e871bf3c0 /pkg/rpm/rpmbuild/SOURCES/unit-debug.service
parentc6c74d117dee5ac747ae53ce7a1e75bb2b7470e1 (diff)
downloadunit-7edc5b82d5e48d5f5d06334af82b891b0ccc3add.tar.gz
unit-7edc5b82d5e48d5f5d06334af82b891b0ccc3add.tar.bz2
Packages: added systemd service for debug binary.
Diffstat (limited to 'pkg/rpm/rpmbuild/SOURCES/unit-debug.service')
-rw-r--r--pkg/rpm/rpmbuild/SOURCES/unit-debug.service26
1 files changed, 26 insertions, 0 deletions
diff --git a/pkg/rpm/rpmbuild/SOURCES/unit-debug.service b/pkg/rpm/rpmbuild/SOURCES/unit-debug.service
new file mode 100644
index 00000000..2cef24fb
--- /dev/null
+++ b/pkg/rpm/rpmbuild/SOURCES/unit-debug.service
@@ -0,0 +1,26 @@
+# Modifying this file in-place is not recommended, because changes
+# will be overwritten during package upgrades. To customize the
+# behaviour, run "systemctl edit unit-debug" to create an override unit.
+
+# For example, to change options given to the unitd binary at startup,
+# create an override unit (as is done by systemctl edit) and enter
+# the following:
+
+# [Service]
+# Environment="UNITD_OPTIONS=--log /var/log/unit/unit.log --pid /var/run/unit/unit.pid"
+
+[Unit]
+Description=NGINX Unit
+Wants=network-online.target
+After=network-online.target
+
+[Service]
+Type=simple
+Environment="UNITD_OPTIONS=--log /var/log/unit/unit.log --pid /var/run/unit/unit.pid"
+ExecStart=/usr/sbin/unitd-debug $UNITD_OPTIONS --no-daemon
+ExecReload=
+RuntimeDirectory=unit
+RuntimeDirectoryMode=0755
+
+[Install]
+WantedBy=multi-user.target