mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
- iptables.service: Fix flush on stop if EnviromentFile becomes unavailable - home.v*: Fix wifi tethering - iptables_helper: fix check_docker function
17 lines
498 B
Desktop File
17 lines
498 B
Desktop File
[Unit]
|
|
Description=IPTABLES Packet Filtering
|
|
ConditionPathExists=/usr/lib/libreelec/iptables_helper
|
|
ConditionPathExists=|/storage/.cache/services/iptables.conf
|
|
Before=network.target
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
EnvironmentFile=-/storage/.cache/services/iptables.conf
|
|
ExecStart=/usr/lib/libreelec/iptables_helper enable
|
|
ExecReload=/usr/lib/libreelec/iptables_helper enable
|
|
ExecStop=/usr/lib/libreelec/iptables_helper disable
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|