source: systemd-units/blfs/units/sendmail.service@ 2b27f103

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 2b27f103 was 2b27f103, checked in by Krejzi <krejzi@…>, 10 years ago

Merge more Christopher's work. Import systemd units.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13507 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 381 bytes
Line 
1[Unit]
2Description=Sendmail Mail Transport Agent
3After=network.target
4Conflicts=postfix.service exim.service
5Wants=sm-client.service
6
7[Service]
8Type=forking
9PIDFile=/run/sendmail.pid
10EnvironmentFile=/etc/default/sendmail
11ExecStartPre=-/usr/bin/newaliases
12ExecStart=/usr/sbin/sendmail -bd $SENDMAIL_OPTS $SENDMAIL_OPTARG
13
14[Install]
15WantedBy=multi-user.target
16Also=sm-client.service
Note: See TracBrowser for help on using the repository browser.