MultiCS Kurulum & install - Multics Autostart script | MULTiCS & OSCam EXCHANGE TÜRKFORUM®

MultiCS Kurulum & install Multics Autostart script

TüRKMaSTeR

Administrator
Yönetici
Katılım
16 Ocak 2020
Mesajlar
970
Tepkime puanı
10,836
Puanları
268
Ofline
use that comand for multics autostart
1: cd /etc
2: touch multics.sh
3: chmod 777 multics.sh
4: nano multics.sh
now and that lines in box of multics.sh


#!/bin/bash
if ! ps -C multics > /dev/null
then
/usr/local/bin/multics
fi


5: cd /etc
6: export EDITOR="nano"
7: crontab -e

now put that line in crontab

*/1 * * * * /etc/multics.sh
 

sagher

Member
Katılım
5 May 2021
Mesajlar
62
Tepkime puanı
43
Puanları
18
Ofline
is this works if i change any other name instead of multics?
because my bin file name is changed.
 

E-Sat

Well-known member
Katılım
16 Şub 2020
Mesajlar
122
Tepkime puanı
331
Puanları
68
Ofline
is this works if i change any other name instead of multics?
because my bin file name is changed.
#!/bin/bash
if ! ps -C multics > /dev/null
then
/usr/local/bin/multics
fi

if you end up on your name then also goes
 

ytbsepty

New member
Katılım
14 Şub 2021
Mesajlar
26
Tepkime puanı
24
Puanları
3
Ofline
And don't forget to put The script în cron
 

matrix

New member
Katılım
2 Haz 2021
Mesajlar
7
Tepkime puanı
15
Puanları
3
Ofline
I tested it works well
 
Üst