Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
#695: Renames reaper autostart variable in systemd template.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeathe committed Jun 13, 2019
1 parent 6ef33d5 commit 6b2eb19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/etc/systemd/system/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ ExecStartPre=-/bin/bash -c \
ExecStart=/bin/bash -c \
"exec /usr/bin/docker run \
--name %p.%i \
--env \"ENABLE_REAPER=${ENABLE_REAPER}\" \
--env \"REAPER_TIMEOUT=${REAPER_TIMEOUT}\" \
--env \"SSH_AUTHORIZED_KEYS=${SSH_AUTHORIZED_KEYS}\" \
--env \"SSH_AUTOSTART_REAPER=${SSH_AUTOSTART_REAPER}\" \
--env \"SSH_AUTOSTART_SSHD=${SSH_AUTOSTART_SSHD}\" \
--env \"SSH_AUTOSTART_SSHD_BOOTSTRAP=${SSH_AUTOSTART_SSHD_BOOTSTRAP}\" \
--env \"SSH_AUTOSTART_SUPERVISOR_STDOUT=${SSH_AUTOSTART_SUPERVISOR_STDOUT}\" \
Expand Down
1 change: 0 additions & 1 deletion src/opt/scmi/service-unit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ readonly SERVICE_UNIT_ENVIRONMENT_KEYS="
ENABLE_REAPER
REAPER_TIMEOUT
SSH_AUTHORIZED_KEYS
SSH_AUTOSTART_REAPER
SSH_AUTOSTART_SSHD
SSH_AUTOSTART_SSHD_BOOTSTRAP
SSH_AUTOSTART_SUPERVISOR_STDOUT
Expand Down

0 comments on commit 6b2eb19

Please sign in to comment.