Files
server/opt/psa/admin/sbin/modules/performance-booster/daemon-reload.sh
2026-01-07 20:52:11 +01:00

10 lines
153 B
Bash
Executable File

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