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