nutbutter@discuss.tchncs.de to linuxmemes@lemmy.world · 4 days agoDo you like systemd?discuss.tchncs.deimagemessage-square154fedilinkarrow-up1946arrow-down161
arrow-up1885arrow-down1imageDo you like systemd?discuss.tchncs.denutbutter@discuss.tchncs.de to linuxmemes@lemmy.world · 4 days agomessage-square154fedilink
minus-squarewhoisearth@lemmy.calinkfedilinkarrow-up17arrow-down1·3 days agoMy biggest complaint with systemd… Service xxx stop/start/restart is so much easier than Systemctl stop/start/restart xxx It fucking annoys me
minus-squareenbipanic@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up11·2 days agoI mean, you could write a shell function or script to just wrap it if it bothered you that much?
minus-squareenbipanic@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up8·2 days agoUnderstandable, have a nice day
minus-squareInnerScientist@lemmy.worldlinkfedilinkarrow-up4·2 days agoalias service="systemctl" Or even alias s="systemctl"
minus-squarewhoisearth@lemmy.calinkfedilinkarrow-up3·2 days agoNote the order of the commands. I don’t mind typing aystemctl
minus-squareozymandias117@lemmy.worldlinkfedilinkEnglisharrow-up2·2 days agoservice() { systemctl $2 $1 }
minus-squarewhoisearth@lemmy.calinkfedilinkarrow-up3arrow-down1·2 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-squareMangoPenguin@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up2arrow-down1·2 days agoIt seems like every Linux distro I’ve used both of those will work fine.
My biggest complaint with systemd…
Service xxx stop/start/restart is so much easier than
Systemctl stop/start/restart xxx
It fucking annoys me
I mean, you could write a shell function or script to just wrap it if it bothered you that much?
I’d rather complain
Understandable, have a nice day
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.
It seems like every Linux distro I’ve used both of those will work fine.