Skip to content
Snippets Groups Projects

Bookworm

Open ale requested to merge bookworm into master
Files
6
+ 7
0
#!/bin/sh
# Create the APACHE_RUN_DIR. Create the 'socks' subdirectory too, otherwise
# apache2ctl will attempt to run a chown on it and fail.
mkdir -p /run/apache2 /run/apache2/socks
exit 0
Loading