96ebc7d181
Use net-snmp-config package to package script and service file for net-snmp package. Removed servcie/config/script related patches and let net-snmp-config package be responsible for it. Keep another meta patch for build configuration related changes. Deployment test and ping test between VMs pass Config,serivce and script files check pass. Story: 2003768 Task: 27586 Depends-on: https://review.openstack.org/#/c/616097 Change-Id: Ic64543447d04543fdf9eafdc3d9ae4e2521c10df Signed-off-by: zhipengl <zhipengs.liu@intel.com>
15 lines
390 B
Desktop File
15 lines
390 B
Desktop File
[Unit]
|
|
Description=Simple Network Management Protocol (SNMP) Daemon.
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
Environment=OPTIONS="oamcontroller -u snmpd -Lsd -Lf /dev/null -p /var/run/snmpd.pid"
|
|
EnvironmentFile=-/etc/sysconfig/snmpd
|
|
ExecStart=/etc/init.d/snmpd start
|
|
ExecStop=/etc/init.d/snmpd stop
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|