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

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

[Install]
WantedBy=multi-user.target