Guest User

Untitled

a guest
Nov 25th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. start() {
  2. ebegin "Starting InspIRCd"
  3. start-stop-daemon --start --quiet --chuid inspircd \
  4. --exec /usr/bin/inspircd -- \
  5. --config /etc/inspircd/inspircd.conf \
  6. --logfile /var/log/inspircd/ircd.log &> /dev/null
  7. eend $?
  8. }
Add Comment
Please, Sign In to add comment