plus d'exemples
This commit is contained in:
7
modules_EOLE_envole/documents/tronc-commun-2/schedule/post/ircd
Executable file
7
modules_EOLE_envole/documents/tronc-commun-2/schedule/post/ircd
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
DESC="Démarrage du serveur IRC"
|
||||
|
||||
CreoleService ircd-irc2 start
|
||||
|
||||
exit 0
|
7
modules_EOLE_envole/documents/tronc-commun-2/schedule/pre/ircd
Executable file
7
modules_EOLE_envole/documents/tronc-commun-2/schedule/pre/ircd
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
DESC="Arrêt du serveur IRC"
|
||||
|
||||
CreoleService ircd-irc2 stop
|
||||
|
||||
exit 0
|
Reference in New Issue
Block a user