diff options
Diffstat (limited to 'units/systemd-repart.service.in')
-rw-r--r-- | units/systemd-repart.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-repart.service.in b/units/systemd-repart.service.in index 35c4ca8ca5..b1322a159b 100644 --- a/units/systemd-repart.service.in +++ b/units/systemd-repart.service.in @@ -29,7 +29,7 @@ Before=shutdown.target initrd-switch-root.target [Service] Type=oneshot RemainAfterExit=yes -ExecStart={{ROOTBINDIR}}/systemd-repart --dry-run=no +ExecStart={{BINDIR}}/systemd-repart --dry-run=no # The tool returns 77 if there's no existing GPT partition table SuccessExitStatus=77 |