bleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · edit-21 month agoAutostart in Linux Mintsopuli.xyzimagemessage-square8fedilinkarrow-up19arrow-down10
arrow-up19arrow-down1imageAutostart in Linux Mintsopuli.xyzbleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · edit-21 month agomessage-square8fedilink
minus-squareSnot Flickerman@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up1·edit-21 month agoWhen all else fails… crontab -e @reboot sleep 300 && sudo ./myshell.sh (this is actually broken on some distros)
minus-squareScoopta@programming.devlinkfedilinkarrow-up0·1 month agoI’ve been in the systemd world so long none of my systems even have cron
When all else fails…
crontab -e
@reboot sleep 300 && sudo ./myshell.sh
(this is actually broken on some distros)
I’ve been in the systemd world so long none of my systems even have cron
Reject systemd embrace bashrc.