Change systemd user units to systemd system units

This commit is contained in:
Eduard Tolosa 2018-12-09 14:16:38 -05:00
parent 2cb85d0cca
commit 9e36d7c157
4 changed files with 24 additions and 2 deletions

13
rnetworking.service Normal file
View file

@ -0,0 +1,13 @@
[Unit]
Description=Restart networking services if internet connection not detected
After=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/bin/rnetworking
TimeoutStopSec=180
KillMode=process
KillSignal=SIGINT
[Install]
WantedBy=multi-user.target