You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/net-snmp/files/snmpd.service

10 lines
181 B

[Unit]
Description=Simple Network Management Protocol (SNMP) Daemon
After=syslog.target network.target
[Service]
ExecStart=/usr/sbin/snmpd -f
[Install]
WantedBy=multi-user.target