blob: 0839c45568b1853e164e4f9b707371953aceed1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description = EPG HTTP Daemon that provides a web interface
After = epgd.service
[Service]
Type = forking
ExecStart = /usr/bin/epghttpd
Restart = always
[Install]
WantedBy = multi-user.target
|