17 lines
291 B
Plaintext
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
|