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";
|
sc = "systemctl";
|
||||||
scd = "systemctl stop";
|
scd = "systemctl stop";
|
||||||
scr = "systemctl restart";
|
scr = "systemctl restart";
|
||||||
|
scs = "systemctl status";
|
||||||
scu = "systemctl start";
|
scu = "systemctl start";
|
||||||
suc = "systemctl --user";
|
suc = "systemctl --user";
|
||||||
sucd = "systemctl --user stop";
|
sucd = "systemctl --user stop";
|
||||||
sucr = "systemctl --user restart";
|
sucr = "systemctl --user restart";
|
||||||
|
sucs = "systemctl --user status";
|
||||||
sucu = "systemctl --user start";
|
sucu = "systemctl --user start";
|
||||||
|
|
||||||
jc = "journalctl";
|
jc = "journalctl";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue