fix invoking of bash in expand-rootfs.service

This commit is contained in:
Pratham Patel 2024-01-03 14:27:40 +05:30
parent 358b27f061
commit 70ec4c1182
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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