fix fsck service location

Correctly generate libexecdir based path for the bcachefsck_all
service, like the bcachefsck_all_fail service already does.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
Christopher Snowhill 2024-01-11 23:55:39 -08:00
parent f6bdf31843
commit 01b4965104

View File

@ -13,7 +13,7 @@ After=paths.target multi-user.target network.target network-online.target system
[Service]
Type=oneshot
Environment=SERVICE_MODE=1
ExecStart=bcachefsck_all
ExecStart=@libexecdir@/bcachefsck_all
SyslogIdentifier=bcachefsck_all
# Create the service underneath the scrub background service slice so that we