diff options
| author | Christian Poessinger <christian@poessinger.com> | 2019-12-30 22:06:42 +0100 |
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2019-12-30 22:06:42 +0100 |
| commit | 5c3b21d3a1c2b24c0c4414e63bc40a89051210ba (patch) | |
| tree | 08d4710e314a6d46975e2f36cbcc169ba1a73cec | |
| parent | 34ca80acc019e292ff560a01b7dd6211157ede54 (diff) | |
| download | vyos-1x-5c3b21d3a1c2b24c0c4414e63bc40a89051210ba.tar.gz vyos-1x-5c3b21d3a1c2b24c0c4414e63bc40a89051210ba.zip | |
snmp: adopt user/group to Debian Buster
| -rwxr-xr-x | src/conf_mode/snmp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/snmp.py b/src/conf_mode/snmp.py index 918c7f128..8f0b0c7c1 100755 --- a/src/conf_mode/snmp.py +++ b/src/conf_mode/snmp.py @@ -217,7 +217,7 @@ init_config_tmpl = """ SNMPDRUN=yes # snmpd options (use syslog, close stdin/out/err). -SNMPDOPTS='-LSed -u snmp -g snmp -I -ipCidrRouteTable,inetCidrRouteTable -p /run/snmpd.pid' +SNMPDOPTS='-LSed -u Debian-snmp -g Debian-snmp -I -ipCidrRouteTable,inetCidrRouteTable -p /run/snmpd.pid' """ default_config_data = { |
