Skip to content
Snippets Groups Projects
Commit a02b355a authored by bta's avatar bta
Browse files

Start the WOL command before getting the esame configuration for the first time.

Hopefully this will fix the WOL issues, with machines that are sometimes
ignoring the WOL packet.
parent f80c07b5
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ Wants=network-online.target esamesync-esame.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStartPre=/sbin/ethtool -s eth0 wol g
ExecStart=/usr/libexec/labmanager/get-config bootstart
ExecStop=/usr/libexec/labmanager/get-config bootstop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment