Unverified Commit 116fc2fe authored by scrouthtv's avatar scrouthtv Committed by GitHub

fix(systemd): enable `--user` on restart command (#10543)

`restart` is a unit-related command, not power-related, so it should appear as `sc-restart=sudo systemctl restart` and `scu-restart=systemctl --user restart`
parent a01cf856
...@@ -45,6 +45,7 @@ sudo_commands=( ...@@ -45,6 +45,7 @@ sudo_commands=(
reload-or-restart reload-or-restart
reset-failed reset-failed
rescue rescue
restart
revert revert
set-default set-default
set-environment set-environment
...@@ -63,7 +64,6 @@ power_commands=( ...@@ -63,7 +64,6 @@ power_commands=(
hybrid-sleep hybrid-sleep
poweroff poweroff
reboot reboot
restart
suspend suspend
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment