forked from DGNum/liminix
t #2
1 changed files with 4 additions and 1 deletions
|
@ -9,5 +9,8 @@ let
|
||||||
in longrun {
|
in longrun {
|
||||||
# Long term: make it unique so that user can spawn multiple buses if they want.
|
# Long term: make it unique so that user can spawn multiple buses if they want.
|
||||||
name = "ubus";
|
name = "ubus";
|
||||||
run = "${package}/bin/ubusd";
|
run = ''
|
||||||
|
mkdir -p /run/ubus
|
||||||
|
${package}/bin/ubusd -s /run/ubus/ubus.sock
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue