blob: 8d8dfbdcd657e03a2a57284e6e9ce83712559ea9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description = Database driven EPG Data collector
After = <AFTER>
[Service]
Type = forking
ExecStart = <BINDEST>/epgd -c /etc/epgd -p <PLGDEST>
Restart = always
[Install]
WantedBy = multi-user.target
|