change to s6
This commit is contained in:
1
root/etc/s6-overlay/s6-rc.d/certbot-prepare/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/certbot-prepare/type
Normal file
@ -0,0 +1 @@
|
||||
oneshot
|
1
root/etc/s6-overlay/s6-rc.d/certbot-prepare/up
Normal file
1
root/etc/s6-overlay/s6-rc.d/certbot-prepare/up
Normal file
@ -0,0 +1 @@
|
||||
exec s6-setuidgid mrmeeb /certbot-prepare.sh
|
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/cron/finish
Normal file
1
root/etc/s6-overlay/s6-rc.d/cron/finish
Normal file
@ -0,0 +1 @@
|
||||
echo "$e" > /run/s6-linux-init-container-results/exitcode
|
3
root/etc/s6-overlay/s6-rc.d/cron/run
Normal file
3
root/etc/s6-overlay/s6-rc.d/cron/run
Normal file
@ -0,0 +1,3 @@
|
||||
#!/command/with-contenv bash
|
||||
# shellcheck shell=bash
|
||||
exec crond -f
|
1
root/etc/s6-overlay/s6-rc.d/cron/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/cron/type
Normal file
@ -0,0 +1 @@
|
||||
longrun
|
1
root/etc/s6-overlay/s6-rc.d/logs/finish
Normal file
1
root/etc/s6-overlay/s6-rc.d/logs/finish
Normal file
@ -0,0 +1 @@
|
||||
echo "$e" > /run/s6-linux-init-container-results/exitcode
|
3
root/etc/s6-overlay/s6-rc.d/logs/run
Normal file
3
root/etc/s6-overlay/s6-rc.d/logs/run
Normal file
@ -0,0 +1,3 @@
|
||||
#!/command/with-contenv bash
|
||||
# shellcheck shell=bash
|
||||
tail -fn 0 /config/logs/renew.log
|
1
root/etc/s6-overlay/s6-rc.d/logs/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/logs/type
Normal file
@ -0,0 +1 @@
|
||||
longrun
|
0
root/etc/s6-overlay/s6-rc.d/user/contents.d/cron
Normal file
0
root/etc/s6-overlay/s6-rc.d/user/contents.d/cron
Normal file
0
root/etc/s6-overlay/s6-rc.d/user/contents.d/logs
Normal file
0
root/etc/s6-overlay/s6-rc.d/user/contents.d/logs
Normal file
Reference in New Issue
Block a user