summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-01-30 16:43:36 +0100
committerChristian Pointner <equinox@spreadspace.org>2021-01-30 16:43:36 +0100
commitec6a44e12f2ac8f9ae641eb7b3ebe55df83f1d1e (patch)
tree4a9a6e81e4f2013acd5e6f87091c5db900a0e83c /roles
parentsome more arm dev stuff on ch-equinox-(ws|t450s) (diff)
fix wakeonlan service unit
Diffstat (limited to 'roles')
-rw-r--r--roles/network/wakeonlan/templates/wakeonlan.service.j23
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/network/wakeonlan/templates/wakeonlan.service.j2 b/roles/network/wakeonlan/templates/wakeonlan.service.j2
index c163e8a7..3c4f78f6 100644
--- a/roles/network/wakeonlan/templates/wakeonlan.service.j2
+++ b/roles/network/wakeonlan/templates/wakeonlan.service.j2
@@ -6,9 +6,6 @@ Type=oneshot
{% for interface in wakeonlan_interfaces %}
ExecStart=/usr/sbin/ethtool -s {{ interface }} wol {{ wakeonlan_options | join }}
{% endfor %}
-{% for interface in wakeonlan_interfaces %}
-ExecStop=/usr/sbin/ethtool -s {{ interface }} wol d
-{% endfor %}
RemainAfterExit=yes
NoNewPrivileges=yes
PrivateTmp=yes