wakeonlan: unicast activity
This commit is contained in:
parent
d415e110e8
commit
53064f8db6
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@
|
|||
serviceConfig = {
|
||||
Type = "simple";
|
||||
RemainAfterExit = "true";
|
||||
ExecStart = "${pkgs.ethtool}/sbin/ethtool -s enp7s0 wol g";
|
||||
ExecStart = "${pkgs.ethtool}/sbin/ethtool -s enp7s0 wol u";
|
||||
};
|
||||
wantedBy = [ "default.target" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue