mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-15 23:15:10 +02:00
6 lines
138 B
Bash
Executable file
6 lines
138 B
Bash
Executable file
#!/bin/sh
|
|
|
|
[ -r conf ] && . ./conf
|
|
|
|
# use `-N` without a conf file to not grab all interfaces by default
|
|
exec smcrouted -n -s ${OPTS:--N}
|