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