diff options
-rwxr-xr-x | src/conf_mode/host_name.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/host_name.py b/src/conf_mode/host_name.py index 7b819a863..a669580ae 100755 --- a/src/conf_mode/host_name.py +++ b/src/conf_mode/host_name.py @@ -162,7 +162,7 @@ def apply(config): # If SNMP is running, restart it too if process_named_running('snmpd'): -2298: call('systemctl restart snmpd.service') + call('systemctl restart snmpd.service') # restart pdns if it is used ret = run('/usr/bin/rec_control --socket-dir=/run/powerdns ping') |