gfidente / mlapd

MLAPD is a mailing list access manager which uses LDAP to check for user's rights to post messages
0 stars 0 forks source link

bash script should leave mlapd running in background as a daemon #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Purpose of changes:
Zhang correctly suggests to have the bash script to launch the deamon in
background and leave it running as a daemon

Original issue reported on code.google.com by giulivo.navigante on 2 Apr 2009 at 11:58

GoogleCodeExporter commented 9 years ago
this line seems to work quite well for now

{{{
nohup /path/to/mlapd >> /var/log/mlapd.log 2>&1 &
}}}

but we may want to customize logfile position

Original comment by giulivo.navigante on 2 Apr 2009 at 12:01

GoogleCodeExporter commented 9 years ago
feature added, as per commit at 
http://code.google.com/p/mlapd/source/detail?r=98

Original comment by giulivo.navigante on 4 Apr 2009 at 5:07