3 ## arg 1: the new package version
6 -- NOTICE --------------------------------------------------------------------------
7 All unit files have been installed to /lib/systemd/system. This only allows systemd
8 to be aware of them. It will not register them for automatic activation on boot. Use
9 'systemctl enable <unit>' to ensure that a unit is started at boot.
10 ------------------------------------------------------------------------------------
13 # this might be installed at the same time as systemd which means that it's
14 # not running yet. the daemon-reload call will fail with a bogus error.
15 post_upgrade
2>/dev
/null
19 # reread all known unit files
22 [[ "$argv0" = "/bin/systemd" ]] && systemctl daemon-reload ||
:
26 # vim:set ts=2 sw=2 et: