Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/netifyd/files/etc/init.d/netifyd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#
# This is free software, licensed under the GNU General Public License v2.

# depends on ns-flows, ns-stats
START=99
STOP=1

Expand Down
3 changes: 2 additions & 1 deletion packages/ns-monitoring/files/ns-flows.init
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
#

USE_PROCD=1
START=99
# required by netifyd
START=97

start_service() {
config_load ns-flows
Expand Down
3 changes: 2 additions & 1 deletion packages/ns-monitoring/files/ns-stats.init
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
#

USE_PROCD=1
START=99
# required by netifyd
START=97

start_service() {
config_load ns-stats
Expand Down
3 changes: 2 additions & 1 deletion packages/ns-reverse-proxy/files/ns-reverse-proxy
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
# SPDX-License-Identifier: GPL-2.0-only
#

START=90
# required by nginx
START=79

USE_PROCD=1

Expand Down
3 changes: 2 additions & 1 deletion packages/ns-ui/files/ns-ui.init
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
# SPDX-License-Identifier: GPL-2.0-only
#

START=99
# required by nginx
START=78
USE_PROCD=1

start_service() {
Expand Down
1 change: 1 addition & 0 deletions packages/rsyslog/files/rsyslog.init
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# shellcheck disable=SC2154
# shellcheck disable=SC2129

# depends on victoria-logs
START=12

USE_PROCD=1
Expand Down
1 change: 1 addition & 0 deletions packages/telegraf/files/telegraf.initd
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

# shellcheck disable=SC3043

# depends on victoria-metrics
START=99
USE_PROCD=1

Expand Down
3 changes: 2 additions & 1 deletion packages/victoria-logs/files/victoria-logs.initd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

# shellcheck disable=SC3043

START=99
# depends on fstab, ns-storage-check
START=11
USE_PROCD=1

PROG="/usr/bin/victoria-logs"
Expand Down
3 changes: 2 additions & 1 deletion packages/victoria-metrics/files/victoria-metrics.initd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

# shellcheck disable=SC3043

START=99
# depends on fstab, ns-storage-check
START=93
USE_PROCD=1

PROG="/usr/bin/victoria-metrics"
Expand Down
1 change: 1 addition & 0 deletions packages/victoria-metrics/files/vmalert.initd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# SPDX-License-Identifier: GPL-2.0-only
#

# depends on victoria-metrics, ns-plug-alert-proxy
START=95
STOP=5
USE_PROCD=1
Expand Down
Loading