aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam McLoughlin <hexxeh@hexxeh.net>2011-08-19 14:09:23 +0100
committerLiam McLoughlin <hexxeh@hexxeh.net>2011-08-19 14:09:23 +0100
commit25036aff1278fed48a4e78da46e802ec0b5081ac (patch)
tree3a0fb1785021f0685570948ced8d8307d8b05c72
parentFix default keyboard config (diff)
downloadgentoaster-25036aff1278fed48a4e78da46e802ec0b5081ac.tar.gz
gentoaster-25036aff1278fed48a4e78da46e802ec0b5081ac.tar.bz2
gentoaster-25036aff1278fed48a4e78da46e802ec0b5081ac.zip
Fix broken initscript
-rwxr-xr-xgentoaster2
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoaster b/gentoaster
index c625b55..701af52 100755
--- a/gentoaster
+++ b/gentoaster
@@ -7,7 +7,7 @@ GENTOASTER_LOG=/var/log/gentoaster.log
start() {
ebegin "Starting Gentoaster"
- start-stop-daemon --start --background --make-pidfile --pidfile ${GENTOASTER_PID} --user "${USER}" --stdout ${GENTOASTER_LOG} --exec /usr/bin/php --$
+ start-stop-daemon --start --background --make-pidfile --pidfile ${GENTOASTER_PID} --user "${USER}" --stdout ${GENTOASTER_LOG} --exec /usr/bin/php -- -f $GENTOASTER
eend $?
}