From 13cfb929fc962c6fda115caf621fd43205d3b624 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Tue, 9 Feb 2016 21:40:54 +0000 Subject: [PATCH] Updated init file --- install/cowyo.init | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/install/cowyo.init b/install/cowyo.init index 146c7a7..75b9c8b 100644 --- a/install/cowyo.init +++ b/install/cowyo.init @@ -1,3 +1,15 @@ +#!/bin/sh + +### BEGIN INIT INFO +# Provides: cowyo +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Start daemon at boot time +# Description: Enable service provided by daemon. +### END INIT INFO + # This should be placed in /etc/init.d directory # start with # sudo /etc/init.d/cowyo start