mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 05:56:41 +00:00
fix(nix/docker/aio): from testing phase
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
### requests a machine state change via telinit.
|
||||
### Ideally, it should just be a call to the service manager.
|
||||
|
||||
test "$#" -gt 0 || { echo 'runlevel: fatal: too few arguments' 1>&2 ; exit 100 ; }
|
||||
# test "$#" -gt 0 || { echo 'runlevel: fatal: too few arguments' 1>&2 ; exit 100 ; }
|
||||
|
||||
|
||||
### If your services are managed by sysv-rc:
|
||||
@@ -15,4 +15,4 @@ test "$#" -gt 0 || { echo 'runlevel: fatal: too few arguments' 1>&2 ; exit 100 ;
|
||||
# exec /sbin/openrc "$1"
|
||||
|
||||
### If your services are managed by s6-rc:
|
||||
exec s6-rc -v2 -up change "$1"
|
||||
# exec s6-rc -v2 -up change "$1"
|
||||
|
||||
Reference in New Issue
Block a user