Просмотр исходного кода

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

Torkel Ödegaard 10 лет назад
Родитель
Сommit
4cbcee7e15
1 измененных файлов с 6 добавлено и 0 удалено
  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