Package: needrestart Severity: wishlist When systemd service configuration files are modified, there is often a need to ask the systemd daemons to reload their configuration files:
systemctl daemon-reload sudo -u uid systemctl --user daemon-reload The need to reload systemd service configuration files can be detected using these commands, passing the names of all loaded units. systemctl --property NeedDaemonReload show name.service other.service sudo -u uid systemctl --user --property NeedDaemonReload show name.service other.service The list of loaded units can be found using these commands: systemctl --all list-units sudo -u uid systemctl --user systemctl --all list-units Unfortunately it doesn't appear to be machine-parsable. -- bye, pabs https://wiki.debian.org/PaulWise
signature.asc
Description: This is a digitally signed message part

