Skip to content

Commit 0c2a06d

Browse files
committed
fix: move sysupdate-merge-keyring.sh to /opt/bin (writable on Flatcar)
1 parent 205e38b commit 0c2a06d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • opentofu/modules/vultr/instance/userdata

opentofu/modules/vultr/instance/userdata/ghost.bu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ storage:
102102

103103
# Script to merge system GPG keyring with Alloy signing key
104104
# Checks for .pgp (newer systemd) first, then falls back to .gpg (legacy)
105-
- path: /usr/local/bin/sysupdate-merge-keyring.sh
105+
- path: /opt/bin/sysupdate-merge-keyring.sh
106106
mode: 0755
107107
contents:
108108
inline: |
@@ -480,7 +480,7 @@ systemd:
480480

481481
[Service]
482482
Type=oneshot
483-
ExecStart=/usr/local/bin/sysupdate-merge-keyring.sh
483+
ExecStart=/opt/bin/sysupdate-merge-keyring.sh
484484
RemainAfterExit=yes
485485

486486
[Install]

0 commit comments

Comments
 (0)