floppym 15/04/24 20:29:33 Modified: vixie-cron.service Log: Set IgnoreSIGPIPE=false, bug 482758. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.2 sys-process/vixie-cron/files/vixie-cron.service file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/vixie-cron/files/vixie-cron.service?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/vixie-cron/files/vixie-cron.service?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/vixie-cron/files/vixie-cron.service?r1=1.1&r2=1.2 Index: vixie-cron.service =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/files/vixie-cron.service,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vixie-cron.service 13 Jul 2013 11:30:29 -0000 1.1 +++ vixie-cron.service 24 Apr 2015 20:29:33 -0000 1.2 @@ -5,6 +5,7 @@ Type=forking ExecStart=/usr/sbin/cron ExecStop=/bin/kill -TERM $MAINPID +IgnoreSIGPIPE=false [Install] WantedBy=multi-user.target
