From 412d061bfbf23d1e908eed3f8405b1af46fb1ba8 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 17 Jul 2012 00:01:52 +0000 Subject: Tue Jul 17 00:01:52 UTC 2012 --- community-testing/mailman/mailman.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community-testing/mailman/mailman.service (limited to 'community-testing/mailman/mailman.service') diff --git a/community-testing/mailman/mailman.service b/community-testing/mailman/mailman.service new file mode 100644 index 000000000..633412dbc --- /dev/null +++ b/community-testing/mailman/mailman.service @@ -0,0 +1,13 @@ +[Unit] +Description=GNU Mailing List Manager +After=network.target + +[Service] +ExecStart=/usr/lib/mailman/bin/mailmanctl -s start +ExecReload=/usr/lib/mailman/bin/mailmanctl restart +ExecStop=/usr/lib/mailman/bin/mailmanctl stop +StandardError=syslog +Type=forking + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf