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

9
rnetworking.timer Normal file
View file

@ -0,0 +1,9 @@
[Unit]
Description=Comprobación automatica de servicios de red cada 5 minutos
[Timer]
OnBootSec=2min
OnUnitActiveSec=10min
Unit=rnetworking.service
[Install]
WantedBy=timers.target