add systemd subfolder

This commit is contained in:
Daniel Sommer 2024-09-26 11:14:05 +02:00
parent 9356a41f0e
commit 8ae771f5b4

11
systemd/wol@.service Normal file
View file

@ -0,0 +1,11 @@
[Unit]
Description=Wake-on-LAN for %i
Requires=network.target
After=network.target
[Service]
ExecStart=/usr/bin/ethtool -s %i wol g
Type=oneshot
[Install]
WantedBy=multi-user.target