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