9c999116df
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>
13 lines
231 B
Desktop File
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
|