Added a basic systemd service

This commit is contained in:
adro 2022-02-18 16:08:31 +01:00
parent 319c8dfcfb
commit 63906235a4

11
example/miniwol.service Normal file
View File

@ -0,0 +1,11 @@
[Unit]
Description=Small web server to send Wake-on-LAN requests to its local network
[Service]
Type=simple
ExecStart=/usr/bin/miniwol
# User=miniwol
[Install]
WantedBy=multi-user.target