mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
14 lines
294 B
Desktop File
14 lines
294 B
Desktop File
[Unit]
|
|
Description=YunoHost Firewall
|
|
Requires=network.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/yunohost firewall reload
|
|
ExecReload=/usr/bin/yunohost firewall reload
|
|
ExecStop=/usr/bin/yunohost firewall stop
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|