8 lines
85 B
Bash
8 lines
85 B
Bash
#!/bin/bash
|
|
|
|
DESC="Démarrage du serveur IRC"
|
|
|
|
CreoleService ircd-irc2 start
|
|
|
|
exit 0
|