]> git.ipfire.org Git - ipfire.org.git/commitdiff
Change log file location.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 20 Aug 2010 17:36:12 +0000 (19:36 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 20 Aug 2010 17:36:12 +0000 (19:36 +0200)
www/webapp.init

index 7fda8376c95da5a83805e8128594ce604b6d3b93..bf509ab6194bb916541445481a4fcda89b400bfc 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 HOMEDIR=$(dirname $(readlink $0))
-LOGFILE=/srv/logs/www/webapp.error.log
+LOGFILE=/var/log/webapp/error.log
 
 case "$1" in
        start)