Let's see what it does then
This commit is contained in:
parent
7dae09a986
commit
2459cea831
|
@ -22,7 +22,7 @@
|
|||
path = with pkgs; [jq coreutils udisks bash util-linux toybox auto-mount];
|
||||
enable = true;
|
||||
script = "auto-mount add $@";
|
||||
preStop = "auto-mount remove $@";
|
||||
preStop = "echo auto-mount remove $@";
|
||||
scriptArgs = "%i";
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
|
|
Loading…
Reference in a new issue