File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
services.d/acmesh-renewal Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- #! /usr/bin /with-contenv bash
1+ #! /command /with-contenv bash
22# shellcheck shell=bash
33
44set -eu
Original file line number Diff line number Diff line change 1- #! /usr/bin /with-contenv bash
1+ #! /command /with-contenv bash
22# shellcheck shell=bash
33
44# This cont-init script is responsible for creating the directory structure required
Original file line number Diff line number Diff line change 1- #! /usr/bin /with-contenv bash
1+ #! /command /with-contenv bash
22# shellcheck shell=bash
33
44# This cont-init will only be applied if ACMESH_DAEMON is set to "1" which implies
Original file line number Diff line number Diff line change 1- #! /usr/bin /with-contenv bash
1+ #! /command /with-contenv bash
22# shellcheck shell=bash
33
44# This cont-init script is responsible for setting the correct permissions on files
Original file line number Diff line number Diff line change 1- #! /usr/bin /with-contenv bash
1+ #! /command /with-contenv bash
22# shellcheck shell=bash
33
44# This cont-init script will remove the service directory if the daemon is not being
Original file line number Diff line number Diff line change 1- #!/usr/bin /with-contenv bash
1+ #!/command /with-contenv bash
22# shellcheck shell=bash
33
44# This service script sets up logging service to capture stdin logs
Original file line number Diff line number Diff line change 1- #!/usr/bin /with-contenv bash
1+ #!/command /with-contenv bash
22# shellcheck shell=bash
33
44set -eu
Original file line number Diff line number Diff line change 1- #! /usr/bin /with-contenv bash
1+ #! /command /with-contenv bash
22# shellcheck shell=bash
33
44# This service script is the acme.sh renewal daemon that performs the renewal check
You can’t perform that action at this time.
0 commit comments