mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
17 lines
351 B
Desktop File
17 lines
351 B
Desktop File
[Unit]
|
|
Description=CLI Netfilter Manager
|
|
DefaultDependencies=no
|
|
After=systemd-sysctl.service
|
|
Before=sysinit.target
|
|
ConditionPathExists=|/etc/ufw/ufw.conf
|
|
ConditionDirectoryNotEmpty=|/usr/lib/ufw
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/lib/ufw/ufw-init start
|
|
ExecStop=/usr/lib/ufw/ufw-init stop
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|