mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-04 09:35:08 +02:00
5 lines
71 B
Bash
Executable file
5 lines
71 B
Bash
Executable file
#!/bin/sh
|
|
exec 2>&1
|
|
|
|
[ -r ./conf ] && . ./conf
|
|
exec snmpd -f -Lo $OPTS
|