4520 shaares
1 résultat
taggé
systemd
Une solution vis-à-vis de mon problème avec SystemD :
[Unit]
Description=MetisFirewall
[Service]
Type=oneshot
ExecStart=/bin/sh -c "echo START > /tmp/switch"
ExecStop=/bin/sh -c "echo STOP > /tmp/switch"
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target