mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
8 lines
165 B
Bash
8 lines
165 B
Bash
#!/bin/sh
|
|
|
|
# Simple start-only rc file, since mainstream doesn't provide one
|
|
|
|
if [ -x /opt/mailman/bin/mailmanctl ];then
|
|
/opt/mailman/bin/mailmanctl -s start
|
|
fi
|
|
|