You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sudo clr-service-restart -a -n
NetworkManager.service: needs a restart (a library dependency was updated)
/usr/bin/systemctl --no-ask-password try-restart NetworkManager.service
systemd-machined.service: needs a restart (a library dependency was updated)
/usr/bin/systemctl --no-ask-password try-restart systemd-machined.service
dbus.service: needs a restart (a library dependency was updated)
/usr/bin/systemctl --no-ask-password try-restart dbus.service
systemd-logind.service: needs a restart (a library dependency was updated)
/usr/bin/systemctl --no-ask-password try-restart systemd-logind.service
The challenge with this is [a] I need to reboot to restart the services... or [b] I need to copy/paste them individually. But if the output looked like:
# NetworkManager.service: needs a restart (a library dependency was updated)
/usr/bin/systemctl --no-ask-password try-restart NetworkManager.service
# systemd-machined.service: needs a restart (a library dependency was updated)
/usr/bin/systemctl --no-ask-password try-restart systemd-machined.service
# dbus.service: needs a restart (a library dependency was updated)
/usr/bin/systemctl --no-ask-password try-restart dbus.service
# systemd-logind.service: needs a restart (a library dependency was updated)
/usr/bin/systemctl --no-ask-password try-restart systemd-logind.service
Then I can copy/paste the entire block. easy peasy.... and add the sudo to the command sample.
The text was updated successfully, but these errors were encountered:
here is the output my system just generated
The challenge with this is [a] I need to reboot to restart the services... or [b] I need to copy/paste them individually. But if the output looked like:
Then I can copy/paste the entire block. easy peasy.... and add the
sudo
to the command sample.The text was updated successfully, but these errors were encountered: