I joined Lemmy back in 2020 and have been using it as [email protected] until somewhere in 2023 when I switched to lemmy.world. I’m interested in systemd/Linux, FOSS, and Selfhosting.

  • 25 Posts
  • 155 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle




    1. They’re all gone when you restart
    2. It doesn’t properly deal with logging
    3. You can’t set up dependencies between services but that doesn’t matter due to point 1

    I recommend using systemd services and/or docker compose instead. systemd services are files that describe which program / script to run and when (like after networking is active or after a certain other service is loaded).