redesign around s6-overlay
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
1
root/etc/s6-overlay/s6-rc.d/container-init/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/container-init/type
Normal file
@ -0,0 +1 @@
|
||||
oneshot
|
||||
1
root/etc/s6-overlay/s6-rc.d/container-init/up
Normal file
1
root/etc/s6-overlay/s6-rc.d/container-init/up
Normal file
@ -0,0 +1 @@
|
||||
/container-init.sh
|
||||
1
root/etc/s6-overlay/s6-rc.d/cronicle-prepare/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/cronicle-prepare/type
Normal file
@ -0,0 +1 @@
|
||||
oneshot
|
||||
1
root/etc/s6-overlay/s6-rc.d/cronicle-prepare/up
Normal file
1
root/etc/s6-overlay/s6-rc.d/cronicle-prepare/up
Normal file
@ -0,0 +1 @@
|
||||
exec s6-setuidgid mrmeeb /cronicle-prepare.sh
|
||||
1
root/etc/s6-overlay/s6-rc.d/cronicle/finish
Normal file
1
root/etc/s6-overlay/s6-rc.d/cronicle/finish
Normal file
@ -0,0 +1 @@
|
||||
echo "$e" > /run/s6-linux-init-container-results/exitcode
|
||||
3
root/etc/s6-overlay/s6-rc.d/cronicle/run
Normal file
3
root/etc/s6-overlay/s6-rc.d/cronicle/run
Normal file
@ -0,0 +1,3 @@
|
||||
#!/command/with-contenv bash
|
||||
# shellcheck shell=bash
|
||||
exec s6-setuidgid mrmeeb node /app/cronicle/lib/main.js --color 1
|
||||
1
root/etc/s6-overlay/s6-rc.d/cronicle/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/cronicle/type
Normal file
@ -0,0 +1 @@
|
||||
longrun
|
||||
Reference in New Issue
Block a user