Author: hobbes1069
Update of /cvs/free/rpms/mythtv/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv25650
Modified Files:
mythbackend.service
Log Message:
Add mariadb as a soft dependency for the mythbackend systemd service file.
Index: mythbackend.service
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-19/mythbackend.service,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mythbackend.service 25 Aug 2012 19:57:23 -0000 1.8
+++ mythbackend.service 7 Jan 2014 14:06:49 -0000 1.9
@@ -30,7 +30,7 @@
[Unit]
Description=MythTV backend service
-After=network.target mysqld.service time-sync.target
+After=network.target mariadb.service mysqld.service time-sync.target
# Uncomment the following line if you will be using the mythweb plugin on the
# same system as mythbackend.
#Wants=httpd.service
@@ -59,7 +59,7 @@
ExecStart=/usr/bin/mythbackend --logpath /var/log/mythtv
# Whether systemd will continue over-watch and restart on any halt
-#Restart=Restart-always
+#Restart=always
[Install]
WantedBy=multi-user.target
Show replies by date