c19d5dfc26
The OpenRC service failed with the following error, as shown on serial: command_background option used but no pidfile specified
10 lines
157 B
Text
10 lines
157 B
Text
#!/sbin/openrc-run
|
|
|
|
command="/usr/bin/pinephone_setup-modem"
|
|
pidfile="/var/run/$SVCNAME.pid"
|
|
command_background=true
|
|
|
|
depend() {
|
|
after eg25
|
|
before ofono
|
|
}
|