mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-22 00:04:31 +03:00
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:
parent
f6bdf31843
commit
01b4965104
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user