X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=debian%2Frules;h=0b46d6291bb2a1b0840629d3fae26ef62588f482;hb=6fc572dc81c5a8f92ff89fc98947c39100fe18d2;hp=b760bee7f4c367c013d228df52f8332ae6744cf2;hpb=bb272dd311e39cd0d76a01d28c600363e95bc731;p=pve-firewall.git diff --git a/debian/rules b/debian/rules index b760bee..0b46d62 100755 --- a/debian/rules +++ b/debian/rules @@ -1,13 +1,17 @@ #!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: - dh $@ + dh $@ --with systemd + +override_dh_systemd_enable: + dh_systemd_enable --name pvefw-logger pvefw-logger.service + dh_systemd_enable --name pve-firewall pve-firewall.service + +override_dh_systemd_start: + dh_systemd_start --restart-after-upgrade pvefw-logger.service + # pve-firewall start/try-reload-restart manually in postinst + +override_dh_installinit: