Initial import

This commit is contained in:
2017-02-20 02:56:35 +01:00
commit ca7bbadf2c
5 changed files with 1839 additions and 0 deletions

16
check_net.service.sample Normal file
View File

@@ -0,0 +1,16 @@
[Unit]
Description=Configure Routing for Internet Connections;
After=network.target
After=rc-local.service
[Service]
ExecStart=/root/bin/check_net/check_net.sh
ExecStartPre=rm -rf /tmp/check_net.sh.LOCK
ExecStopPost=rm -rf /tmp/check_net.sh.LOCK
KillMode=control-group
SendSIGKILL=yes
TimeoutStopSec=2
Restart=on-failure
[Install]
WantedBy=multi-user.target