on a fresh install, the _telegraf user needs to go with the telegraf login
class instead of the default daemon login class
This commit is contained in:
parent
8e8dc14608
commit
cdfd75d193
@ -2,7 +2,7 @@ COMMENT = plugin-driven server agent for collecting metrics
|
||||
|
||||
BROKEN-arm = build fails, no error message
|
||||
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
MODGO_VERSION= v1.21.4
|
||||
MODGO_MODNAME= github.com/influxdata/telegraf
|
||||
GH_ACCOUNT = influxdata
|
||||
|
@ -1,5 +1,5 @@
|
||||
@newgroup _telegraf:826
|
||||
@newuser _telegraf:826:_telegraf:daemon:telegraf user:/var/empty:/sbin/nologin
|
||||
@newuser _telegraf:826:_telegraf:telegraf:telegraf user:/var/empty:/sbin/nologin
|
||||
@rcscript ${RCDIR}/telegraf
|
||||
@bin bin/telegraf
|
||||
share/examples/login.conf.d/telegraf
|
||||
|
Loading…
x
Reference in New Issue
Block a user