aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/net-snmp/files/snmptrapd.service
blob: 951f9f27070c00603d4f292d8b6d40beed405472 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Simple Network Management Protocol (SNMP) Trap Daemon.
After=syslog.target network.target

[Service]
Type=notify
Environment=OPTIONS="-Lsd"
EnvironmentFile=-/etc/default/snmptrapd
ExecStart=/usr/sbin/snmptrapd $OPTIONS -f
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target