From 251c0ea56fd6a6de1d193e784969d2391246d9c4 Mon Sep 17 00:00:00 2001 From: Patrick Stadler Date: Thu, 12 Mar 2015 21:26:00 +0100 Subject: [PATCH] update init.d script --- init.d/{sysmetrics.sh => metrics.sh} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename init.d/{sysmetrics.sh => metrics.sh} (94%) diff --git a/init.d/sysmetrics.sh b/init.d/metrics.sh similarity index 94% rename from init.d/sysmetrics.sh rename to init.d/metrics.sh index 466ca57..c262505 100644 --- a/init.d/sysmetrics.sh +++ b/init.d/metrics.sh @@ -1,14 +1,14 @@ #! /bin/sh ### BEGIN INIT INFO -# Provides: sysmetrics +# Provides: metrics.sh # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Should-Start: $network # Should-Stop: $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -# Short-Description: Start and stop sysmetrics -# Description: Controls the main sysmetrics daemon "sysmetricsd.sh" +# Short-Description: Start and stop metrics.sh +# Description: Controls the metrics daemon "metrics.sh" ### END INIT INFO # Author: Patrick Stadler