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