mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Fix WantedBy
This commit is contained in:
parent
c6c44b4e6c
commit
6b5b6f6326
1 changed files with 4 additions and 4 deletions
|
|
@ -1,9 +1,9 @@
|
|||
[Unit]
|
||||
Description=Automatically check internet services every 3 minutes
|
||||
Description=Comprobación automatica de servicios de red cada 5 minutos
|
||||
[Timer]
|
||||
OnBootSec=3min
|
||||
OnUnitActiveSec=3min
|
||||
OnBootSec=2min
|
||||
OnUnitActiveSec=10min
|
||||
Unit=rnetworking.service
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=timers.target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue