13 lines
218 B
SYSTEMD
13 lines
218 B
SYSTEMD
|
[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
|