diff options
author | Andrei Belov <defan@nginx.com> | 2021-12-02 08:52:52 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2021-12-02 08:52:52 +0300 |
commit | 7edc5b82d5e48d5f5d06334af82b891b0ccc3add (patch) | |
tree | defc064b8c76411bc2e7bebfb6adeb0e871bf3c0 /pkg/deb/debian/rules.in | |
parent | c6c74d117dee5ac747ae53ce7a1e75bb2b7470e1 (diff) | |
download | unit-7edc5b82d5e48d5f5d06334af82b891b0ccc3add.tar.gz unit-7edc5b82d5e48d5f5d06334af82b891b0ccc3add.tar.bz2 |
Packages: added systemd service for debug binary.
Diffstat (limited to 'pkg/deb/debian/rules.in')
-rw-r--r-- | pkg/deb/debian/rules.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/deb/debian/rules.in b/pkg/deb/debian/rules.in index 3f1f9db8..fe7d5c7c 100644 --- a/pkg/deb/debian/rules.in +++ b/pkg/deb/debian/rules.in @@ -99,7 +99,8 @@ install: build do.tests dh_testroot dh_prep dh_installdirs - dh_installsystemd + dh_installsystemd -punit --name=unit unit.service + dh_installsystemd -punit --name=unit-debug --no-start --no-enable unit-debug.service dh_installlogrotate cd $(BUILDDIR_unit) && DESTDIR=$(INSTALLDIR) make install cd $(BUILDDIR_unit) && DESTDIR=$(INSTALLDIR_dev) make libunit-install |