hilfe mein git ist komisch
This commit is contained in:
13
etc/needrestart/restart.d/systemd-manager
Executable file
13
etc/needrestart/restart.d/systemd-manager
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user