- Make all cgi-bin and init files executable - Move NTP contribution fix from package --> to be appart of sdxpinn-patch - Edited ntp fi location - Added additional service triggers to primary service quecmanager-services
10 lines
225 B
Bash
Executable File
10 lines
225 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Content-Type: application/json"
|
|
echo "Cache-Control: no-cache, no-store, must-revalidate"
|
|
echo "Pragma: no-cache"
|
|
echo "Expires: 0"
|
|
echo ""
|
|
|
|
# Basic response indicating the server is up
|
|
echo '{"alive": true}' |