Skip to content

Commit 825c503

Browse files
genprotimg.bu: store main script under /usr/local/bin instead of /etc
Cannot recall the reason why script was under '/etc', so removing this weird path.
1 parent 98b6ac1 commit 825c503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/secex-genprotimgvm-scripts/genprotimg.bu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ storage:
1414
overwrite: true
1515
contents:
1616
local: secex-hostkey
17-
- path: /etc/do_genprotimg
17+
- path: /usr/local/bin/do_genprotimg
1818
overwrite: true
1919
mode: 0755
2020
contents:
@@ -52,7 +52,7 @@ systemd:
5252
[Service]
5353
Type=oneshot
5454
StandardOutput=journal+console
55-
ExecStart=/etc/do_genprotimg
55+
ExecStart=/usr/local/bin/do_genprotimg
5656
ExecStopPost=/sbin/halt
5757
[Install]
5858
WantedBy=default.target

0 commit comments

Comments
 (0)