13 lines
192 B
Plaintext
13 lines
192 B
Plaintext
# /etc/systemd/system/sim800-healthcheck.timer
|
|
|
|
[Unit]
|
|
Description=SIM800 healthcheck timer
|
|
After=rc-local.service
|
|
|
|
[Timer]
|
|
OnBootSec=2min
|
|
OnUnitActiveSec=2m
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|