Procházet zdrojové kódy

Updated init.d script with chkconfig comment lines, now works on centos5

Torkel Ödegaard před 11 roky
rodič
revize
4cbcee7e15
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. 6 0
      scripts/init.sh

+ 6 - 0
scripts/init.sh

@@ -1,5 +1,11 @@
 #! /usr/bin/env bash
 
+# chkconfig: 2345 80 05
+# description: Grafana web server & backend
+# processname: grafana
+# config: /etc/grafana/grafana.ini
+# pidfile: /var/run/grafana.pid
+
 ### BEGIN INIT INFO
 # Provides:          grafana
 # Required-Start:    $all