mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Added randomvpn service and script
This commit is contained in:
parent
f2a3e2faf2
commit
f35da46f10
5 changed files with 70 additions and 2 deletions
9
system-units/rnetworking.timer
Normal file
9
system-units/rnetworking.timer
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Comprobación automatica de servicios de red cada 5 minutos
|
||||
[Timer]
|
||||
OnBootSec=1min
|
||||
OnUnitActiveSec=5min
|
||||
Unit=rnetworking.service
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue