mirror of
https://salsa.debian.org/debian/knockd
synced 2026-01-07 11:45:14 +00:00
add systemd support (closes: #729663)
This commit is contained in:
11
debian/rules
vendored
11
debian/rules
vendored
@@ -1,5 +1,14 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@ --with autotools-dev
|
||||
dh $@ --with autotools-dev --with systemd
|
||||
|
||||
# the standard config is unsafe
|
||||
override_dh_systemd_enable:
|
||||
dh_systemd_enable --no-enable
|
||||
|
||||
override_dh_systemd_start:
|
||||
dh_systemd_start --no-start
|
||||
|
||||
override_dh_installinit:
|
||||
dh_installinit --no-start
|
||||
|
||||
Reference in New Issue
Block a user