diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/epgd.service | 1 | ||||
-rw-r--r-- | contrib/epghttpd.service | 1 |
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] |