summaryrefslogtreecommitdiff
path: root/community/mythtv/mythbackend.service
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-04 00:04:04 +0000
committerroot <root@rshg054.dnsready.net>2012-09-04 00:04:04 +0000
commit8b7b4f2e5a808cb0c1226c23469fa57751eba190 (patch)
treed3b039c682e3991febbfa886b15b31cf09d048b8 /community/mythtv/mythbackend.service
parent81de702a6fc79e430129a7d2b708d90f43ae5ba1 (diff)
Tue Sep 4 00:04:04 UTC 2012
Diffstat (limited to 'community/mythtv/mythbackend.service')
-rw-r--r--community/mythtv/mythbackend.service4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/mythtv/mythbackend.service b/community/mythtv/mythbackend.service
index 9d92bd644..2a2b8b7db 100644
--- a/community/mythtv/mythbackend.service
+++ b/community/mythtv/mythbackend.service
@@ -6,7 +6,9 @@ After=network.target mysqld.service
Type=simple
Environment=HOME=/var/lib/mythtv
User=mythtv
-ExecStart=/usr/bin/mythbackend --daemon --logpath /var/log/mythtv
+ExecStart=/usr/bin/mythbackend --logpath /var/log/mythtv
+ExecStop=/usr/bin/mythshutdown --setscheduledwakeup
+#ExecStop=/usr/bin/mythshutdown --shutdown
[Install]
WantedBy=multi-user.target