1
Fork 0
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:
RGBCube 2024-05-29 10:46:24 +03:00
parent 4b4a39fcdf
commit 521551336c
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -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";