dropbear: Don't install to/use /var/run.
This commit is contained in:
parent
58552ec46e
commit
5ccab7e844
1 changed files with 20 additions and 20 deletions
|
@ -31,6 +31,6 @@ start() {
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
ebegin "Stopping dropbear"
|
ebegin "Stopping dropbear"
|
||||||
start-stop-daemon --stop --pidfile /var/run/dropbear.pid
|
start-stop-daemon --stop --pidfile /run/dropbear.pid
|
||||||
eend $?
|
eend $?
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue