Skip to content

Commit 5b54b1d

Browse files
committed
gen_config: smokeping restart fix
1 parent 85517f2 commit 5b54b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/usr/local/bin/gen_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ cp /config/radcli/* /etc/radcli/ 2>/dev/null || true
8686
# Restart services if runsvdir running
8787
#
8888

89-
pidof runsvdir >/dev/null && sv restart smokeping && sv restart icinga && sv restart munin-node
89+
pidof runsvdir >/dev/null && sv restart smokeping && sv restart fcgi-smokeping && sv restart icinga && sv restart munin-node
9090

9191
git.pl $IS_GIT_FORCE

0 commit comments

Comments
 (0)