blob: fd8d7f4eb03cdb442dbbb9a57f258881c2f981f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description = EPG HTTP Daemon that provides a web interface
After = epgd.service
[Service]
Type = forking
ExecStart = <BINDEST>/epghttpd -c /etc/epgd
[Install]
WantedBy = multi-user.target
|