Change wol timer
This commit is contained in:
parent
6bbeefb853
commit
0f235f75aa
1 changed files with 1 additions and 2 deletions
|
|
@ -20,8 +20,7 @@ in {
|
||||||
systemd.timers."enable-wol" = {
|
systemd.timers."enable-wol" = {
|
||||||
wantedBy = ["timers.target"];
|
wantedBy = ["timers.target"];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnBootSec = "5m";
|
OnBootSec = "10s";
|
||||||
OnUnitActiveSec = "1m";
|
|
||||||
Unit = "enable-wol.service";
|
Unit = "enable-wol.service";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue