• 0 Posts
  • 6 Comments
Joined 2 days ago
cake
Cake day: June 6th, 2025

help-circle

  • I wonder why eating drugs never became as popular as drinking alcohol. Obviously you can put THC in food but imagine if instead of going to the bar for a beer you went to the restaurant to eat some THC infused food or food infused with some other drug that can be taken orally. Eating food has the same level of social acceptability as drinking a liquid and is similarly as natural evolutionarily but it isn’t a thing people really do.

    Maybe it’s because the effects of alcohol have a quick onset which edible THC lacks? What about infusing food with some other oral drug with a quicker onset? I can’t come up with any off the top of my head though.




  • That makes a lot of sense. I actually wrote my own unit files for Jackett and to autostart a virtual machine and moved them into multi-user target wants using the enable command. I guess my thought was that by adding the unit file to systemd it made the program part of systemd in a way but now that I think more about it, saying any of these programs are part of systemd doesn’t actually make sense. Just because sshd came pre-installed with Ubuntu doesn’t make it part of systemd any more than plex is part of systemd.

    Thanks for helping me understand!


  • Is sshd really not part of systemd? I seem to remember needing to run systemctl restart sshd after making changes to the sshd config file but it’s been a while since I’ve done that.

    I also use systemd to automatically start plex, sonarr, radarr, transmission, and maybe a few other things as well and if they need to be restarted I’d use a similar command on Ubuntu. Or I’d run systemctl status plexmediaserver to see if it was running correctly.

    I’m not an expert though so maybe I’m doing it wrong or using the wrong terminology.