mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-11 00:00:12 +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]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
Environment=SERVICE_MODE=1
|
Environment=SERVICE_MODE=1
|
||||||
ExecStart=bcachefsck_all
|
ExecStart=@libexecdir@/bcachefsck_all
|
||||||
SyslogIdentifier=bcachefsck_all
|
SyslogIdentifier=bcachefsck_all
|
||||||
|
|
||||||
# Create the service underneath the scrub background service slice so that we
|
# Create the service underneath the scrub background service slice so that we
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user