mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
monkey: Correct the install path in init services
Its not in bindir but in sbindir Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
||||||
DAEMON=/usr/bin/monkey
|
DAEMON=/usr/sbin/monkey
|
||||||
NAME=monkey
|
NAME=monkey
|
||||||
DESC="Monkey HTTP Server"
|
DESC="Monkey HTTP Server"
|
||||||
OPTS="--daemon"
|
OPTS="--daemon"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ After=network.target remote-fs.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
ExecStart=/usr/bin/monkey --daemon
|
ExecStart=/usr/sbin/monkey --daemon
|
||||||
PIDFile=/var/run/monkey.pid.2001
|
PIDFile=/var/run/monkey.pid.2001
|
||||||
TimeoutSec=10
|
TimeoutSec=10
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user