11 lines
189 B
Desktop File
11 lines
189 B
Desktop File
[Unit]
|
|
Description=CLI Netfilter Manager
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/lib/ufw/ufw-init start
|
|
ExecStop=/lib/ufw/ufw-init stop
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|