SIM800C/service
2025-04-22 21:43:22 +02:00

17 lines
296 B
Plaintext

# /etc/systemd/system/sim800.service
[Unit]
Description=SIM800C PPP Connection
After=rc-local.service
[Service]
Type=forking
# PIDFile=/run/ppp0.pid
ExecStart=/etc/init.d/sim800c start
ExecStop=/etc/init.d/sim800c stop
# Restart=on-failure
# RestartSec=5s
[Install]
WantedBy=multi-user.target