69e8692a44
-SNMPd doesn't automatically start without this patch -tested on F20 Change-Id: I4831fd870ace7d4e37b43b82ab7b95a8e5e9b84a
8 lines
86 B
Bash
Executable File
8 lines
86 B
Bash
Executable File
#!/bin/bash
|
|
set -eux
|
|
set -o pipefail
|
|
|
|
os-svc-enable -n snmpd
|
|
|
|
os-svc-restart -n snmpd
|