pmaports/device/community/device-pine64-pinephone/setup-modem.initd
Oliver Smith c19d5dfc26
pine64-pinephone: fix setup-modem.initd (MR 1427)
The OpenRC service failed with the following error, as shown on serial:
	command_background option used but no pidfile specified
2020-07-20 20:17:59 +02:00

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
}