Changeset 775 for bin/start.sh


Ignore:
Timestamp:
Jan 2, 2016, 11:35:04 AM (8 years ago)
Author:
chronos
Message:
  • Updated bash scripts.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • bin/start.sh

    r539 r775  
    22
    33echo Mazu nohup...
    4 rm /a/bin/nohup.out -f
     4rm /root/bin/nohup.out -f
    55rm /root/nohup.out -f
    66
    77echo Mazu logy...
    8 rm /a/log/share.log -f
     8rm /root/log/share.log -f
    99
    1010echo Loguj start...
    11 date >> /a/log/boot.log
     11date >> /root/log/boot.log
    1212
    1313echo Spoustim kontrolu online pocitacu...
    14 /a/bin/netwatch.sh&
     14/root/bin/netwatch.sh&
     15
     16echo Spoustim kontrolu stavu signalu zarizeni...
     17/root/bin/signal.sh&
    1518
    1619echo Spoustim mereni meteostanice...
    17 /a/bin/meteo.sh&
     20/root/bin/meteo.sh&
    1821
    1922echo Spoustim zaznam statistik...
    20 /a/bin/monitor.sh&
     23/root/bin/monitor.sh&
     24
     25echo Centrala scheduler...
     26/root/bin/scheduler.sh&
    2127
    2228#echo Spoustim DNS server...
    23 #/a/bin/named.sh >/a/log/named.log OC2>/a/log/named.err&
     29#/root/bin/named.sh >/root/log/named.log OC2>/root/log/named.err&
    2430
    2531echo Restartovani nastaveni...
    26 /a/bin/config_restarter.sh >/a/log/config_restarter.log 2>/a/log/config_restarter.err&
     32/root/bin/config_restarter.sh >/root/log/config_restarter.log 2>/root/log/config_restarter.err&
    2733
    2834echo Refresh webkamery...
    2935mount -t tmpfs -o size=100m tmpfs /a/www/zdechovnet/images/webcam
    30 /a/bin/webcam1.sh >/a/log/webcam1.log 2>/a/log/webcam1.err&
    31 /a/bin/webcam2.sh >/a/log/webcam2.log 2>/a/log/webcam2.err&
    32 /a/bin/webcam3.sh >/a/log/webcam3.log 2>/a/log/webcam3.err&
    33 /a/bin/webcam4.sh >/a/log/webcam4.log 2>/a/log/webcam4.err&
     36/root/bin/webcam1.sh >/root/log/webcam1.log 2>/root/log/webcam1.err&
     37/root/bin/webcam2.sh >/root/log/webcam2.log 2>/root/log/webcam2.err&
     38/root/bin/webcam3.sh >/root/log/webcam3.log 2>/root/log/webcam3.err&
     39/root/bin/webcam4.sh >/root/log/webcam4.log 2>/root/log/webcam4.err&
     40/root/bin/webcam5.sh >/root/log/webcam5.log 2>/root/log/webcam5.err&
    3441
    3542echo Import aktualit...
    36 /a/bin/import_news.sh >/a/log/import_news.log 2>/a/log/import_news.err&
     43/root/bin/import_news.sh >/root/log/import_news.log 2>/root/log/import_news.err&
     44
    3745
    3846#echo NetFlow...
    39 #/a/bin/net-flow.sh >/a/log/net-flow.log 2>/a/log/net-flow.err&
     47#/root/bin/net-flow.sh >/root/log/net-flow.log 2>/root/log/net-flow.err&
    4048
    4149#echo OpenERP server...
    42 #/a/bin/openerp-server.sh >/a/log/openerp-server.log 2>/a/log/openerp-server.err&
     50#/root/bin/openerp-server.sh >/root/log/openerp-server.log 2>/root/log/openerp-server.err&
    4351
    4452#echo OpenERP web client...
    45 #/a/bin/openerp-web.sh >/a/log/openerp-web.log 2>/a/log/openerp-web.err&
     53#/root/bin/openerp-web.sh >/root/log/openerp-web.log 2>/root/log/openerp-web.err&
Note: See TracChangeset for help on using the changeset viewer.