fix timer
This commit is contained in:
parent
d6b8135b36
commit
7c568c7859
|
|
@ -3,5 +3,7 @@ Description=login to ESA network as asus router
|
|||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/wirelesslogin
|
||||
IOSchedulingClass=idle
|
||||
ExecStart=/bin/bash -c '/usr/bin/wirelesslogin'
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
Description=Daily login to ESA wifi as asus router
|
||||
|
||||
[Timer]
|
||||
OnCalendar=daily
|
||||
AccuracySec=12h
|
||||
Persistent=true
|
||||
OnBootSec=30s
|
||||
OnUnitActiveSec=5min
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
Loading…
Reference in New Issue