ufw/ufw.service

13 lines
218 B
SYSTEMD
Raw Permalink Normal View History

[Unit]
Description=Uncomplicated firewall
Before=network.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/lib/ufw/ufw-init start quiet
ExecStop=/lib/ufw/ufw-init stop
[Install]
WantedBy=multi-user.target