mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
15 lines
341 B
Desktop File
15 lines
341 B
Desktop File
[Unit]
|
|
Description=Loading IP Sets
|
|
Before=network-pre.target iptables.service ip6tables.service
|
|
Wants=network-pre.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/bin/ipset -f /etc/ipset.conf restore
|
|
ExecReload=/usr/bin/ipset -f /etc/ipset.conf restore
|
|
ExecStop=/usr/bin/ipset destroy
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|