Maybe this then
This commit is contained in:
parent
c63150ce2d
commit
6b0155a6b4
|
@ -21,8 +21,8 @@
|
|||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
ExecStart = "auto-mount add %i";
|
||||
ExecStop = "auto-mount remove %i";
|
||||
ExecStart = "${pkgs.auto-mount} add %i";
|
||||
ExecStop = "${pkgs.auto-mount} remove %i";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue