09/05/2010, 02:13:45
Bonjour à tous !
J'ai lu que beaucoup d'entres vous font tourner Linknx&Eibd sur du
serveur NAS.
Je cherche le moyen de faire demarrer EIBD et Linknx de manière
automatique sur mon SYNOLOGY DS-109j
Après avoir parcouru les différents post, je ne suis parvenu a aucun
résultat concret
Voici ma configuration :
-rwxrwxrwx 1 root root 72 May 9 02:58 S99Eibd.sh
-rwxrwxrwx 1 root root 68 May 9 02:59 S99Linknx.sh
'''''''''''''''''''''''S99Eibd.sh''''''''''''''''''''''''''''''
#!/bin/sh
(
sleep 30
eibd -t65535 -D -S -T -i ipt:192.168.1.2:3671
) &
'''''''''''''''''''''''S99Linknx.sh''''''''''''''''''''''''''''''
#!/bin/sh
(
sleep 40
linknx -c/volume1/public/linknx/linknx.xml
) &
La commande ./S99Eibd.sh et ./S99Linknx.sh fonctionnent parfaitement.
Ces fichiers sont dans /opt/etc/init.d
Si une bonne Âme sait ou mon problème se situe, je le remercie
d'avance!!!!!!!
Cordialement,
Yannick
J'ai lu que beaucoup d'entres vous font tourner Linknx&Eibd sur du
serveur NAS.
Je cherche le moyen de faire demarrer EIBD et Linknx de manière
automatique sur mon SYNOLOGY DS-109j
Après avoir parcouru les différents post, je ne suis parvenu a aucun
résultat concret
Voici ma configuration :
-rwxrwxrwx 1 root root 72 May 9 02:58 S99Eibd.sh
-rwxrwxrwx 1 root root 68 May 9 02:59 S99Linknx.sh
'''''''''''''''''''''''S99Eibd.sh''''''''''''''''''''''''''''''
#!/bin/sh
(
sleep 30
eibd -t65535 -D -S -T -i ipt:192.168.1.2:3671
) &
'''''''''''''''''''''''S99Linknx.sh''''''''''''''''''''''''''''''
#!/bin/sh
(
sleep 40
linknx -c/volume1/public/linknx/linknx.xml
) &
La commande ./S99Eibd.sh et ./S99Linknx.sh fonctionnent parfaitement.
Ces fichiers sont dans /opt/etc/init.d
Si une bonne Âme sait ou mon problème se situe, je le remercie
d'avance!!!!!!!
Cordialement,
Yannick