nutbutter@discuss.tchncs.de to linuxmemes@lemmy.world · 8 days agoDo you like systemd?discuss.tchncs.deimagemessage-square158linkfedilinkarrow-up1989arrow-down163
arrow-up1926arrow-down1imageDo you like systemd?discuss.tchncs.denutbutter@discuss.tchncs.de to linuxmemes@lemmy.world · 8 days agomessage-square158linkfedilink
minus-squareenbipanic@lemmy.blahaj.zoneBannedlinkfedilinkEnglisharrow-up11·7 days agoI mean, you could write a shell function or script to just wrap it if it bothered you that much?
minus-squareInnerScientist@lemmy.worldlinkfedilinkarrow-up4·6 days agoalias service="systemctl" Or even alias s="systemctl"
minus-squarewhoisearth@lemmy.calinkfedilinkarrow-up3·6 days agoNote the order of the commands. I don’t mind typing aystemctl
minus-squareozymandias117@lemmy.worldlinkfedilinkEnglisharrow-up2·6 days agoservice() { systemctl $2 $1 }
minus-squarewhoisearth@lemmy.calinkfedilinkarrow-up3arrow-down1·6 days 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.
minus-squareenbipanic@lemmy.blahaj.zoneBannedlinkfedilinkEnglisharrow-up8·6 days agoUnderstandable, have a nice day
I mean, you could write a shell function or script to just wrap it if it bothered you that much?
I’d rather complain
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.
Understandable, have a nice day