Skip to content

Instantly share code, notes, and snippets.

View Pandiora's full-sized avatar

Pandi Pandiora

  • Germoney
View GitHub Profile
@Pandiora
Pandiora / gist:3d534f21fd6b79d660f64877b10805f3
Created May 7, 2019 02:51 — forked from csexton/gist:3772971
/etc/init.d/znc startup script
#! /bin/sh
### BEGIN INIT INFO
# Provides: znc
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: znc initscript
# Description: This is the init-Script for znc.
### END INIT INFO
# Author: Henner M. Kruse
@nimble-123
nimble-123 / pyload.init
Created November 4, 2015 00:08
pyload daemon
#!/bin/sh
### BEGIN INIT INFO
# Provides: pyload
# Required-Start: $syslog $local_fs $network $remote_fs
# Required-Stop: $syslog $local_fs $network $remote_fs
# Should-Start: $remote_fs $named
# Should-Stop: $remote_fs $named
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6