diff --git a/ufw.service b/ufw.service index 64034a5..48258c7 100644 --- a/ufw.service +++ b/ufw.service @@ -7,16 +7,13 @@ [Unit] Description=/etc/init.d/ufw Compatibility -After=syslog.target network.target -ConditionFileIsExecutable=/etc/init.d/ufw +After=network.target + [Service] -Type=oneshot ExecStart=/etc/init.d/ufw start ExecStop=/etc/init.d/ufw stop -TimeoutSec=0 StandardOutput=syslog -RemainAfterExit=yes [Install] WantedBy=multi-user.target