diff options
Diffstat (limited to 'services/lighttpd')
-rwxr-xr-x[-rw-r--r--] | services/lighttpd/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/lighttpd/run b/services/lighttpd/run index 936152b..b1d0bb0 100644..100755 --- a/services/lighttpd/run +++ b/services/lighttpd/run @@ -1,2 +1,2 @@ #!/bin/sh -exec /usr/sbin/lighttpd-angel -D -f /etc/lighttpd/lighttpd.conf +exec lighttpd-angel -D -f /etc/lighttpd/lighttpd.conf |