forked from DGNum/liminix
shell-customization #4
1 changed files with 4 additions and 1 deletions
|
@ -9,5 +9,8 @@ let
|
|||
in longrun {
|
||||
# Long term: make it unique so that user can spawn multiple buses if they want.
|
||||
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