Files
server/etc/needrestart/restart.d/systemd-manager
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00:00

14 lines
239 B
Bash
Executable File

#!/bin/sh
# needrestart - Restart daemons after library updates.
#
# Restarting systemd using special systemctl call.
#
# enable xtrace if we should be verbose
if [ "$NR_VERBOSE" = '1' ]; then
set -x
fi
exec systemctl daemon-reexec