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