summarylogtreecommitdiffstats
path: root/go-wol-server.service
blob: c8701ac386da21530881c2f746d6d6fb5f3d58b5 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Wake on Lan Service

[Service]
TimeoutStartSec=0
ExecStart=/usr/sbin/go-wol-server -configFile=/etc/go-wol-server/config.toml -templateDir=/etc/go-wol-server/templates/ -listenPort=8080

[Install]
WantedBy=multi-user.target