]> git.proxmox.com Git - pve-firewall.git/blobdiff - debian/pvefw-logger.init
do not start daemons during installation
[pve-firewall.git] / debian / pvefw-logger.init
index 67367cc75806ebc46ffd96e04d467a32f7bf8afd..1035e390f45120e5e665172da0b32ab793f18ab4 100755 (executable)
@@ -18,6 +18,7 @@ DESC="PVE firewall logger"
 PIDFILE=/var/run/pvefw-logger.pid
 
 test -f $DAEMON || exit 0
+[ -e /proxmox_install_mode ] && exit 0
 
 # avoid warnings about uninstalled locales
 export LC_ALL="C"