mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
correct chkconfig level
3 is not needed twice
This commit is contained in:
parent
1a7dce6453
commit
da0ce578da
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# osqueryd Start/Stop the osquery daemon.
|
# osqueryd Start/Stop the osquery daemon.
|
||||||
#
|
#
|
||||||
# chkconfig: 3345 90 60
|
# chkconfig: 345 90 60
|
||||||
# Description:
|
# Description:
|
||||||
# With osquery, you can use SQL to query low-level
|
# With osquery, you can use SQL to query low-level
|
||||||
# operating system information. Under the hood, instead
|
# operating system information. Under the hood, instead
|
||||||
@ -14,7 +14,7 @@
|
|||||||
# Provides: osquery osqueryd
|
# Provides: osquery osqueryd
|
||||||
# Required-Start: $local_fs $syslog
|
# Required-Start: $local_fs $syslog
|
||||||
# Required-Stop: $local_fs $syslog
|
# Required-Stop: $local_fs $syslog
|
||||||
# Default-Start: 3345
|
# Default-Start: 345
|
||||||
# Default-Stop: 90
|
# Default-Stop: 90
|
||||||
# Short-Description: run osqueryd daemon
|
# Short-Description: run osqueryd daemon
|
||||||
# Description:
|
# Description:
|
||||||
|
Loading…
Reference in New Issue
Block a user