diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-11-23 09:04:13 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-11-23 09:04:13 +0000 |
commit | 61bf0873b59597ca891ebbed86cef0894f1bdf88 (patch) | |
tree | 3d50a346bb3134f9e913a4daf8bf049f4a3cc089 /net-analyzer/net-snmp/files | |
parent | Version bump. (diff) | |
download | historical-61bf0873b59597ca891ebbed86cef0894f1bdf88.tar.gz historical-61bf0873b59597ca891ebbed86cef0894f1bdf88.tar.bz2 historical-61bf0873b59597ca891ebbed86cef0894f1bdf88.zip |
Add unit file (#491768 by Joerg Neikes)
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0xA188FBD4
Diffstat (limited to 'net-analyzer/net-snmp/files')
-rw-r--r-- | net-analyzer/net-snmp/files/snmpd.service | 9 | ||||
-rw-r--r-- | net-analyzer/net-snmp/files/snmptrapd.service | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/net-analyzer/net-snmp/files/snmpd.service b/net-analyzer/net-snmp/files/snmpd.service new file mode 100644 index 000000000000..8150d7b18818 --- /dev/null +++ b/net-analyzer/net-snmp/files/snmpd.service @@ -0,0 +1,9 @@ +[Unit] +Description=Simple Network Management Protocol (SNMP) Daemon +After=syslog.target network.target + +[Service] +ExecStart=/usr/sbin/snmpd -f + +[Install] +WantedBy=multi-user.target diff --git a/net-analyzer/net-snmp/files/snmptrapd.service b/net-analyzer/net-snmp/files/snmptrapd.service new file mode 100644 index 000000000000..7d19444c1d73 --- /dev/null +++ b/net-analyzer/net-snmp/files/snmptrapd.service @@ -0,0 +1,9 @@ +[Unit] +Description=Simple Network Management Protocol (SNMP) TRAP Daemon +After=syslog.target network.target + +[Service] +ExecStart=/usr/sbin/snmptrapd -f + +[Install] +WantedBy=multi-user.target |