mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Add more systemd aliases
This commit is contained in:
parent
4b4a39fcdf
commit
521551336c
1 changed files with 2 additions and 0 deletions
|
@ -5,10 +5,12 @@ systemConfiguration {
|
|||
sc = "systemctl";
|
||||
scd = "systemctl stop";
|
||||
scr = "systemctl restart";
|
||||
scs = "systemctl status";
|
||||
scu = "systemctl start";
|
||||
suc = "systemctl --user";
|
||||
sucd = "systemctl --user stop";
|
||||
sucr = "systemctl --user restart";
|
||||
sucs = "systemctl --user status";
|
||||
sucu = "systemctl --user start";
|
||||
|
||||
jc = "journalctl";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue