fix params to s6-rc-init

flags must precede scandir otherwise they're ignored
main
Daniel Barlow 2024-03-28 21:56:28 +00:00
parent b60126775a
commit dca2e4def1
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ fi
### If your services are managed by s6-rc:
### (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