* [gentoo-commits] gentoo-x86 commit in mail-mta/sendmail/files: sm-client.service sendmail.service
@ 2013-09-03 19:30 Pacho Ramos (pacho)
0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2013-09-03 19:30 UTC (permalink / raw
To: gentoo-commits
pacho 13/09/03 19:30:26
Added: sm-client.service sendmail.service
Log:
Add unit file (#479524 by CFuga and Graham Murray)
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.1 mail-mta/sendmail/files/sm-client.service
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/sendmail/files/sm-client.service?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/sendmail/files/sm-client.service?rev=1.1&content-type=text/plain
Index: sm-client.service
===================================================================
[Unit]
Description=Sendmail Mail Transport Client
After=syslog.target network.target sendmail.service
BindTo=sendmail.service
[Service]
Type=forking
PIDFile=/var/spool/clientmqueue/sm-client.pid
ExecStartPre=/bin/touch /var/spool/clientmqueue/sm-client.pid
ExecStartPre=/bin/chown smmsp:smmsp /var/spool/clientmqueue/sm-client.pid
ExecStart=/usr/sbin/sendmail -Ac -q30m -L sm-cm
[Install]
WantedBy=multi-user.target
1.1 mail-mta/sendmail/files/sendmail.service
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/sendmail/files/sendmail.service?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/sendmail/files/sendmail.service?rev=1.1&content-type=text/plain
Index: sendmail.service
===================================================================
[Unit]
Description=Sendmail Mail Transport Agent
After=syslog.target network.target
Wants=sm-client.service
[Service]
Type=forking
PIDFile=/var/run/sendmail.pid
ExecStartPre=-/usr/bin/newaliases
ExecStartPre=-/bin/rm -f /var/spool/mqueue/xf*
ExecStart=/usr/sbin/sendmail -bd -q30m -L sm-mta
[Install]
WantedBy=multi-user.target
Also=sm-client.service
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-09-03 19:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-03 19:30 [gentoo-commits] gentoo-x86 commit in mail-mta/sendmail/files: sm-client.service sendmail.service Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox