]> git.proxmox.com Git - pve-firewall.git/blobdiff - debian/pve-firewall.init
do not start daemons during installation
[pve-firewall.git] / debian / pve-firewall.init
index 0c002a79a418ca2ef7c06fb7f49dbabb1becea42..dcd1dfffaf0534796aa0f54c52b7f837915d3804 100755 (executable)
@@ -19,7 +19,8 @@ PIDFILE=/var/run/$NAME.pid
 
 # Exit if the package is not installed
 [ -x "$DAEMON" ] || exit 0
-
+[ -e /proxmox_install_mode ] && exit 0
 START_FIREWALL=yes
 
 # Read configuration variable file if it is present