source: client/shared/scripts/runhttplog.sh @ 5d05b06

Last change on this file since 5d05b06 was 2e98055, checked in by ramon <ramongomez@…>, 7 years ago

#802: Correcciones para iniciar servicios en ogLive basado en Ubuntu 18.04 con soporte UEFI.

git-svn-id: https://opengnsys.es/svn/branches/version1.1@5761 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100755
File size: 511 bytes
Line 
1#!/bin/bash
2
3#httd-log-status
4cp /etc/lighttpd/lighttpd.conf /etc/lighttpd/lighttpd.conf.back
5cp /opt/opengnsys/lib/httpd/lighttpd.conf /etc/lighttpd/
6cp /etc/lighttpd/conf-enabled/10-cgi.conf /etc/lighttpd/conf-enabled/10-cgi.conf.back
7cp /opt/opengnsys/lib/httpd/10-cgi.conf /etc/lighttpd/conf-enabled/
8/etc/init.d/lighttpd start
9chmod  755 /opt
10mkdir -p /usr/lib/cgi-bin
11cp /opt/opengnsys/lib/httpd/* /usr/lib/cgi-bin
12#TODO:
13dstat -dn 10 > /tmp/bandwidth &
14echo "WAITING" >> $OGLOGSESSION
15# http-log-status
Note: See TracBrowser for help on using the repository browser.