bleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · edit-225 days agoAutostart in Linux Mintsopuli.xyzimagemessage-square16fedilinkarrow-up114arrow-down10
arrow-up114arrow-down1imageAutostart in Linux Mintsopuli.xyzbleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · edit-225 days agomessage-square16fedilink
minus-squareSnot Flickerman@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up1·edit-225 days agoWhen all else fails… crontab -e @reboot sleep 300 && sudo ./myshell.sh (this is actually broken on some distros)
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up1·25 days 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·25 days agoI’ve been in the systemd world so long none of my systems even have cron
minus-squareGravitySpoiled@lemmy.mllinkfedilinkEnglisharrow-up1·25 days 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
Reject systemd embrace bashrc.
That sounds like a sad world. I like cron