rich0 14/07/15 16:44:35 Modified: mythbackend.service Log: New patchset, cleaned up systemd service. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x08C170DE55EC123A)
Revision Changes Path 1.2 media-tv/mythtv/files/mythbackend.service file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/files/mythbackend.service?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/files/mythbackend.service?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/files/mythbackend.service?r1=1.1&r2=1.2 Index: mythbackend.service =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythbackend.service,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mythbackend.service 23 Oct 2013 14:57:50 -0000 1.1 +++ mythbackend.service 15 Jul 2014 16:44:35 -0000 1.2 @@ -52,7 +52,7 @@ # Default setting assumes a system wide install. Otherwise it should be set to # the folder containing the .mythtv subfolder containing the config.xml file # Such as -Environment=HOME=/usr/share/mythtv +#Environment=HOME=/usr/share/mythtv # or Environment=HOME=/~/.mythtv @@ -76,7 +76,7 @@ ExecStart=/usr/bin/mythbackend --logpath /var/log/mythtv --loglevel crit # Whether systemd will continue over-watch and restart on any halt -#Restart=Restart-always +#Restart=always [Install] WantedBy=multi-user.target
