feat(nfs-share): check every minute to disable automount.
This commit is contained in:
parent
d4545b0b68
commit
5e2fd57a6e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnBootSec = "1m";
|
OnBootSec = "1m";
|
||||||
# OnUnitActiveSec = "1m";
|
OnUnitActiveSec = "1m";
|
||||||
};
|
};
|
||||||
wantedBy = ["timers.target"];
|
wantedBy = ["timers.target"];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue