2013-05-15 10:47:55 +02:00

8 lines
80 B
Bash

#!/bin/bash
DESC="Arrêt du serveur IRC"
CreoleService ircd-irc2 stop
exit 0