We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 205e38b commit 0c2a06dCopy full SHA for 0c2a06d
1 file changed
opentofu/modules/vultr/instance/userdata/ghost.bu
@@ -102,7 +102,7 @@ storage:
102
103
# Script to merge system GPG keyring with Alloy signing key
104
# Checks for .pgp (newer systemd) first, then falls back to .gpg (legacy)
105
- - path: /usr/local/bin/sysupdate-merge-keyring.sh
+ - path: /opt/bin/sysupdate-merge-keyring.sh
106
mode: 0755
107
contents:
108
inline: |
@@ -480,7 +480,7 @@ systemd:
480
481
[Service]
482
Type=oneshot
483
- ExecStart=/usr/local/bin/sysupdate-merge-keyring.sh
+ ExecStart=/opt/bin/sysupdate-merge-keyring.sh
484
RemainAfterExit=yes
485
486
[Install]
0 commit comments