mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
12 lines
197 B
Desktop File
12 lines
197 B
Desktop File
[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
|