Gentoo Archives: gentoo-user

From: "Canek Peláez Valdés" <caneko@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] looking for a couple of systemd units
Date: Tue, 27 Aug 2013 04:06:46
Message-Id: CADPrc81hii6AWmqfuAydLuBv4z=2f6YjNQpHXNWnsti8xsq7_g@mail.gmail.com
In Reply to: [gentoo-user] looking for a couple of systemd units by covici@ccs.covici.com
1 On Mon, Aug 26, 2013 at 10:52 PM, <covici@××××××××××.com> wrote:
2 > Hi. I am looking for a couple of systemd units which I have not been
3 > able to find -- one for mailman and one for innd which is a shell script
4 > by itself.
5 >
6 > Thanks in advance for any suggestions.
7
8 I use this one in production for mailman with Gentoo:
9
10 ----------------------------------------------------------------
11 [Unit]
12 Description=Mailman mailing list service
13 After=network.target
14
15 [Service]
16 Type=forking
17 ExecStart=/usr/lib/mailman/bin/mailmanctl -s start
18 ExecStop=/usr/lib/mailman/bin/mailmanctl stop
19 User=mailman
20 Group=mailman
21
22 [Install]
23 WantedBy=multi-user.target
24 ----------------------------------------------------------------
25
26 I don't have any for innd.
27
28 Regards.
29 --
30 Canek Peláez Valdés
31 Posgrado en Ciencia e Ingeniería de la Computación
32 Universidad Nacional Autónoma de México

Replies

Subject Author
Re: [gentoo-user] looking for a couple of systemd units "Canek Peláez Valdés" <caneko@×××××.com>
Re: [gentoo-user] looking for a couple of systemd units covici@××××××××××.com