mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
9 lines
165 B
Text
9 lines
165 B
Text
|
#!/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
|
||
|
|