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" = {
|
||||
wantedBy = ["timers.target"];
|
||||
timerConfig = {
|
||||
OnBootSec = "5m";
|
||||
OnUnitActiveSec = "1m";
|
||||
OnBootSec = "10s";
|
||||
Unit = "enable-wol.service";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue