nutbutter@discuss.tchncs.de to linuxmemes@lemmy.world · 3 days agoDo you like systemd?discuss.tchncs.deimagemessage-square154linkfedilinkarrow-up1952arrow-down162
arrow-up1890arrow-down1imageDo you like systemd?discuss.tchncs.denutbutter@discuss.tchncs.de to linuxmemes@lemmy.world · 3 days agomessage-square154linkfedilink
minus-squareInnerScientist@lemmy.worldlinkfedilinkarrow-up4·1 day agoalias service="systemctl" Or even alias s="systemctl"
minus-squarewhoisearth@lemmy.calinkfedilinkarrow-up3·1 day agoNote the order of the commands. I don’t mind typing aystemctl
minus-squareozymandias117@lemmy.worldlinkfedilinkEnglisharrow-up2·1 day agoservice() { systemctl $2 $1 }
minus-squarewhoisearth@lemmy.calinkfedilinkarrow-up2arrow-down1·1 day agoI love you all solutioning for something I don’t care enough about. I just find it annoying that systemctl reversed the order for some stupid reason.
alias service="systemctl"
Or even
alias s="systemctl"
Note the order of the commands. I don’t mind typing aystemctl
service() { systemctl $2 $1 }
I love you all solutioning for something I don’t care enough about. I just find it annoying that systemctl reversed the order for some stupid reason.