mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-06-15 06:00:17 +00:00
4 lines
144 B
Bash
4 lines
144 B
Bash
#!/bin/bash
|
|
|
|
getcap /usr/sbin/httpd && /usr/sbin/httpd -e error -E /var/log/apache2/apache-start.log -DFOREGROUND && tail -f /var/log/apache2/*
|