summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2017-05-22 18:06:39 +0200
committerhorchi <vdr@jwendel.de>2017-05-22 18:06:39 +0200
commitfbafc79ffcb19ef4eb46569c7a8583fe12699569 (patch)
tree34a356c05ab11acd40a3c5d6a5ef79d00cb34a0c /contrib
parentdcf081666c526b6c9d5f1992088a56ea50b4816d (diff)
downloadvdr-epg-daemon-fbafc79ffcb19ef4eb46569c7a8583fe12699569.tar.gz
vdr-epg-daemon-fbafc79ffcb19ef4eb46569c7a8583fe12699569.tar.bz2
2017-05-16: version 1.1.115 (horchi)\n - change: Changed apple-mobile-web-app-status-bar-style to black\n - bugfix: Fixed typo in eventsviews\n\n1.1.115
Diffstat (limited to 'contrib')
-rw-r--r--contrib/epgd.service1
-rw-r--r--contrib/epghttpd.service1
2 files changed, 2 insertions, 0 deletions
diff --git a/contrib/epgd.service b/contrib/epgd.service
index d7af532..8d8dfbd 100644
--- a/contrib/epgd.service
+++ b/contrib/epgd.service
@@ -7,6 +7,7 @@ After = <AFTER>
Type = forking
ExecStart = <BINDEST>/epgd -c /etc/epgd -p <PLGDEST>
+Restart = always
[Install]
diff --git a/contrib/epghttpd.service b/contrib/epghttpd.service
index fd8d7f4..7084097 100644
--- a/contrib/epghttpd.service
+++ b/contrib/epghttpd.service
@@ -7,6 +7,7 @@ After = epgd.service
Type = forking
ExecStart = <BINDEST>/epghttpd -c /etc/epgd
+Restart = always
[Install]