Skip to content

Commit 52069d9

Browse files
committed
Fix path to chrony.service
This change sets the correct path when creating the chrony.service directory. The wrong path was introduced in #442.
1 parent d0d1c29 commit 52069d9

File tree

1 file changed

+1
-1
lines changed
  • stemcell_builder/stages/bosh_azure_chrony

1 file changed

+1
-1
lines changed

stemcell_builder/stages/bosh_azure_chrony/apply.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ base_dir=$(readlink -nf $(dirname $0)/../..)
66
source $base_dir/lib/prelude_apply.bash
77
source $base_dir/lib/prelude_bosh.bash
88

9-
mkdir -p /etc/systemd/system/chrony.service.d
9+
mkdir -p $chroot/etc/systemd/system/chrony.service.d
1010

1111
cat > $chroot/etc/systemd/system/chrony.service.d/chrony-systemd-override.conf <<EOF
1212
# created by $0

0 commit comments

Comments
 (0)