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