rpms/mythtv/devel mythbackend.service,1.8,1.9

Richard Shaw hobbes1069 at rpmfusion.org
Tue Jan 7 15:06:30 CET 2014


Author: hobbes1069

Update of /cvs/free/rpms/mythtv/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv25602

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/devel/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:29 -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


More information about the rpmfusion-commits mailing list