Canek Peláez Valdés <[email protected]> wrote:

> On Mon, Aug 26, 2013 at 10:52 PM,  <[email protected]> wrote:
> > Hi.  I am looking for a couple of systemd units which I have not been
> > able to find -- one for mailman and one for innd which is a shell script
> > by itself.
> >
> > Thanks in advance for any suggestions.
> 
> I use this one in production for mailman with Gentoo:
> 
> ----------------------------------------------------------------
> [Unit]
> Description=Mailman mailing list service
> After=network.target
> 
> [Service]
> Type=forking
> ExecStart=/usr/lib/mailman/bin/mailmanctl -s start
> ExecStop=/usr/lib/mailman/bin/mailmanctl stop
> User=mailman
> Group=mailman
> 
> [Install]
> WantedBy=multi-user.target
> ----------------------------------------------------------------
> 
> I don't have any for innd.

OK, thanks.  

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         [email protected]

Reply via email to