mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
12 lines
197 B
SYSTEMD
12 lines
197 B
SYSTEMD
|
[Unit]
|
||
|
Description=CLI Netfilter Manager
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/lib/ufw/ufw-init start
|
||
|
ExecStop=/usr/lib/ufw/ufw-init stop
|
||
|
RemainAfterExit=yes
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|