cdemud: Don't install to/use /var/run.
This commit is contained in:
parent
7f5c604ae7
commit
a2abbb6edc
1 changed files with 8 additions and 8 deletions
|
@ -34,13 +34,13 @@ depend() {
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
ebegin "Starting cdemu daemon"
|
ebegin "Starting cdemu daemon"
|
||||||
cdemud \${CDEMUD_OPTS} -d -p /var/run/cdemud.pid
|
cdemud \${CDEMUD_OPTS} -d -p /run/cdemud.pid
|
||||||
eend \$?
|
eend \$?
|
||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
ebegin "Stopping cdemu daemon"
|
ebegin "Stopping cdemu daemon"
|
||||||
cdemud \${CDEMUD_OPTS} -k -p /var/run/cdemud.pid
|
cdemud \${CDEMUD_OPTS} -k -p /run/cdemud.pid
|
||||||
eend \$?
|
eend \$?
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue