summarylogtreecommitdiffstats
path: root/mythbackend.service
diff options
context:
space:
mode:
Diffstat (limited to 'mythbackend.service')
-rw-r--r--mythbackend.service6
1 files changed, 3 insertions, 3 deletions
diff --git a/mythbackend.service b/mythbackend.service
index be2bf06e1333..2adbc3d07d2b 100644
--- a/mythbackend.service
+++ b/mythbackend.service
@@ -1,16 +1,16 @@
[Unit]
Description=MythTV Backend
Wants=network-online.target
-After=network-online.target mysqld.service
+After=network.target mysqld.service
[Service]
Type=simple
Environment=HOME=/var/lib/mythtv
User=mythtv
-ExecStart=/usr/bin/mythbackend --loglevel notice
+ExecStart=/usr/bin/mythbackend --logpath /var/log/mythtv
ExecStop=/usr/bin/mythshutdown --setscheduledwakeup
#ExecStop=/usr/bin/mythshutdown --shutdown
-#Restart=on-failure
+Restart=on-failure
[Install]
WantedBy=multi-user.target