MultiCS Kurulum & install Multics Autostart script

TüRKMaSTeR

Administrator
Yönetici
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
 
is this works if i change any other name instead of multics?
because my bin file name is changed.
 
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
 
And don't forget to put The script în cron
 
I got it and run perfect.
 
I tested it works well
 
Geri
Üst