buildroot/package/mini-snmpd/mini-snmpd.service
Alexander Sverdlin 9c999116df package/mini-snmpd: new package
Mini SNMPd is a minimal implementation targeted at small or embedded
UNIX systems with limited resources.

Signed-off-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
[Thomas: add hash file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-11-30 09:52:44 +01:00

13 lines
231 B
Desktop File

[Unit]
Description=Mini SNMP Daemon
StartLimitIntervalSec=0
[Service]
Environment='COMMUNITY=public'
ExecStart=/sbin/mini_snmpd -a -n -c ${COMMUNITY} $EXTRA_PARAMS
Restart=always
RestartSec=1
[Install]
WantedBy=multi-user.target