Added a basic systemd service
This commit is contained in:
parent
319c8dfcfb
commit
63906235a4
11
example/miniwol.service
Normal file
11
example/miniwol.service
Normal 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
|
Loading…
Reference in New Issue
Block a user