Root/unrealircd/files/unrealircd.init

Source at commit d84538b created 10 years 7 months ago.
By kyak, unrealircd: small fixes
1#!/bin/sh /etc/rc.common
2
3START=65
4
5start() {
6    service_start /usr/bin/unrealircd
7}
8
9stop() {
10    service_stop /usr/bin/unrealircd
11}
12

Archive Download this file



interactive