summarylogtreecommitdiffstats
path: root/epgd.service
blob: ac905995115cdcf9ac2b63f3c3994e93e8be17f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description = Database driven EPG Data collector
After = mariadb.service

[Service]
Type = forking
ExecStart = /usr/bin/epgd
Restart = always

[Install]
WantedBy = multi-user.target