summarylogtreecommitdiffstats
path: root/wol@.service
diff options
context:
space:
mode:
Diffstat (limited to 'wol@.service')
-rwxr-xr-xwol@.service4
1 files changed, 3 insertions, 1 deletions
diff --git a/wol@.service b/wol@.service
index 6f0edfed3dcc..b58525ff2eae 100755
--- a/wol@.service
+++ b/wol@.service
@@ -4,8 +4,10 @@ Requires=network.target
After=network.target network-online.target
[Service]
+Restart=on-failure
+RestartSec=10s
ExecStart=/usr/bin/ethtool -s %i wol g
-Type=oneshot
+Type=simple
[Install]
WantedBy=multi-user.target