9 lines
104 B
Text
9 lines
104 B
Text
#!/sbin/runscript
|
|
|
|
command=/usr/sbin/saslauthd
|
|
command_args="${SASLAUTHD_ARGS}"
|
|
|
|
depend()
|
|
{
|
|
need net
|
|
}
|