fix invoking of bash in expand-rootfs.service
This commit is contained in:
parent
358b27f061
commit
70ec4c1182
@ -2,7 +2,7 @@
|
||||
Description=Expand root filesystem
|
||||
|
||||
[Service]
|
||||
ExecStart=$(command -v bash) /usr/local/bin/expand-rootfs.sh
|
||||
ExecStart=bash /usr/local/bin/expand-rootfs.sh
|
||||
Type=oneshot
|
||||
User=root
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user