fixed path errors
This commit is contained in:
parent
aca1cb6825
commit
d9da2520a5
2
chat
2
chat
|
|
@ -1,4 +1,4 @@
|
||||||
# /etc/ppp/peers/sim800c
|
# /etc/ppp/chatscripts/sim800c
|
||||||
|
|
||||||
TIMEOUT 15
|
TIMEOUT 15
|
||||||
ABORT "BUSY"
|
ABORT "BUSY"
|
||||||
|
|
|
||||||
4
service
4
service
|
|
@ -7,8 +7,8 @@ After=rc-local.service
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
PIDFile=/run/ppp0.pid
|
PIDFile=/run/ppp0.pid
|
||||||
ExecStart=/home/pico/sim800c start
|
ExecStart=/etc/init.d/sim800c start
|
||||||
ExecStop=/home/pico/sim800c stop
|
ExecStop=/etc/init.d/sim800c stop
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=5s
|
RestartSec=5s
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user