aboutsummaryrefslogtreecommitdiffstats
path: root/misc/mailman.in
diff options
context:
space:
mode:
authorYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2016-09-30 06:11:42 +0900
committerYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2016-09-30 06:11:42 +0900
commiteda2cc91d4e0332df8ee2ecae8aa9fdbc7e68809 (patch)
treec176ebc26d99e34b314610f3fec89b776dc9beb0 /misc/mailman.in
parent1dac81b59ef0e6eeff85ec8665a2be2dbab38d44 (diff)
parentf436fcb0c2e73fcc0e52b609f8464999759ac261 (diff)
downloadmailman2-eda2cc91d4e0332df8ee2ecae8aa9fdbc7e68809.tar.gz
mailman2-eda2cc91d4e0332df8ee2ecae8aa9fdbc7e68809.tar.xz
mailman2-eda2cc91d4e0332df8ee2ecae8aa9fdbc7e68809.zip
Merge lp:mailman/2.1 rev 1677
Diffstat (limited to 'misc/mailman.in')
-rw-r--r--misc/mailman.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/misc/mailman.in b/misc/mailman.in
index bfaac3cc..af9d0e92 100644
--- a/misc/mailman.in
+++ b/misc/mailman.in
@@ -2,7 +2,7 @@
#
# mailman This shell script starts and stops GNU Mailman.
#
-# Copyright (C) 2001-2013 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2016 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -32,6 +32,18 @@
# processname: mailmanctl
# config: @prefix@/Mailman/mm_cfg.py
# pidfile: @VAR_PREFIX@/data/master-qrunner.pid
+#
+### BEGIN INIT INFO
+# Provides: mailman
+# Required-Start: $remote_fs $network
+# Required-Stop: $remote_fs $network
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: GNU Mailman
+# Description: Mailman is the GNU Mailing List Manager, a program that
+# manages electronic mail discussion groups. For more
+# on GNU Mailman see http://www.list.org
+### END INIT INFO
PYTHON=@PYTHON@
MAILMANHOME=@prefix@