forked from DGNum/liminix
fix params to s6-rc-init
flags must precede scandir otherwise they're ignored
This commit is contained in:
parent
b60126775a
commit
dca2e4def1
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ fi
|
||||||
|
|
||||||
### If your services are managed by s6-rc:
|
### If your services are managed by s6-rc:
|
||||||
### (replace /run/service with your scandir)
|
### (replace /run/service with your scandir)
|
||||||
s6-rc-init /run/service -d -c /etc/s6-rc/compiled
|
s6-rc-init -d -c /etc/s6-rc/compiled /run/service
|
||||||
|
|
||||||
|
|
||||||
### 2. Starting the wanted set of services
|
### 2. Starting the wanted set of services
|
||||||
|
|
Loading…
Reference in a new issue