mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
14 lines
242 B
Desktop File
14 lines
242 B
Desktop File
[Unit]
|
|
Description=CLI Netfilter Manager
|
|
DefaultDependencies=no
|
|
Before=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/lib/ufw/ufw-init start
|
|
ExecStop=/usr/lib/ufw/ufw-init stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|