Skip to content

Commit bfcccc5

Browse files
authored
Merge pull request #445 from s4heid/fix-chrony-script
Fix path to chrony.service
2 parents a35533f + 52069d9 commit bfcccc5

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)