summaryrefslogtreecommitdiffstats
path: root/linhes/mythtv/mythbackend.service
diff options
context:
space:
mode:
Diffstat (limited to 'linhes/mythtv/mythbackend.service')
-rw-r--r--linhes/mythtv/mythbackend.service3
1 files changed, 2 insertions, 1 deletions
diff --git a/linhes/mythtv/mythbackend.service b/linhes/mythtv/mythbackend.service
index 3535a1f..fb9f8b7 100644
--- a/linhes/mythtv/mythbackend.service
+++ b/linhes/mythtv/mythbackend.service
@@ -6,7 +6,8 @@ After=network.target mysqld.service systemd-udev-settle.service
[Service]
Type=simple
User=mythtv
-ExecStart=/usr/bin/mythbackend --systemd-journal
+Environment="PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl"
+ExecStart=/usr/bin/mythbackend --syslog local6
Restart=on-failure
[Install]