generated from alice-meta-packages/alice-meta-template
add service
This commit is contained in:
parent
37c08efe3b
commit
dafa46900a
|
@ -0,0 +1,11 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Enable Wake On Lan on %i
|
||||||
|
Requires=network.target
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
ExecStart=/usr/sbin/ethtool -s %i wol g
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue