SIM800C/service
2025-04-19 18:31:15 +02:00

17 lines
291 B
Plaintext

# /etc/systemd/system/sim800c.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