SIM800C/service
2025-04-19 18:17:14 +02:00

17 lines
289 B
Plaintext

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