bleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · edit-25 months agoAutostart in Linux Mintsopuli.xyzimagemessage-square16fedilinkarrow-up116arrow-down10
arrow-up116arrow-down1imageAutostart in Linux Mintsopuli.xyzbleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · edit-25 months agomessage-square16fedilink
minus-squareSnot Flickerman@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up1·edit-25 months agoWhen all else fails… crontab -e @reboot sleep 300 && sudo ./myshell.sh (this is actually broken on some distros)
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up1·5 months agoThough, not every cron supports that. Also, if you are packaging software, you have to do it the right way. But if not, it’s often easier to go and install an init script.
minus-squareScoopta@programming.devlinkfedilinkarrow-up0·5 months agoI’ve been in the systemd world so long none of my systems even have cron
minus-squareGravitySpoiled@lemmy.mllinkfedilinkEnglisharrow-up2·5 months agoThat sounds like a sad world. I like cron
When all else fails…
crontab -e
@reboot sleep 300 && sudo ./myshell.sh
(this is actually broken on some distros)
Though, not every cron supports that.
Also, if you are packaging software, you have to do it the right way. But if not, it’s often easier to go and install an init script.
I’ve been in the systemd world so long none of my systems even have cron
That sounds like a sad world. I like cron
Reject systemd embrace bashrc.