#!/usr/bin/env bash ### Copyright 1999-2025. WebPros International GmbH. All rights reserved. main() { systemctl daemon-reload exit $? } main "$@"