Browse Source

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`
scrouthtv 2 years ago
parent
commit
116fc2feaa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/systemd/systemd.plugin.zsh

+ 1 - 1
plugins/systemd/systemd.plugin.zsh

@@ -45,6 +45,7 @@ sudo_commands=(
   reload-or-restart
   reset-failed
   rescue
+  restart
   revert
   set-default
   set-environment
@@ -63,7 +64,6 @@ power_commands=(
   hybrid-sleep
   poweroff
   reboot
-  restart
   suspend
 )