328
submitted 1 year ago by TCB13@lemmy.world to c/linux@lemmy.ml

After a few conversations with people on Lemmy and other places it became clear to me that most aren't aware of what it can do and how much more robust it is compared to the usual "jankiness" we're used to.

In this article I highlight less known features and give out a few practice examples on how to leverage Systemd to remove tons of redundant packages and processes.

And yes, Systemd does containers. :)

you are viewing a single comment's thread
view the rest of the comments
[-] w2qw@aussie.zone 2 points 1 year ago* (last edited 1 year ago)

The dependency system takes a bit to understand but compared to like upstart it was a massive improvement.

[-] SpaceCadet@sopuli.xyz 20 points 1 year ago* (last edited 1 year ago)

Everybody gangsta until A start job is running for ... (10s / 1min 30s)

[-] Ghoelian@feddit.nl 12 points 1 year ago* (last edited 1 year ago)

Or, even worse, A start job is running for ... (10s / no limit)

[-] xohshoo@lemmy.world 5 points 1 year ago

lol, that brought back memories

[-] dmar@lemmy.world 2 points 1 year ago

I don't see how exactly that is systemd's fault.

You are blaming it for having proper dependency handling?

[-] SpaceCadet@sopuli.xyz 8 points 1 year ago

I'm blaming it for making it a pain in the ass to debug dependency problems and for having the confusing, non-intuitive, overly verbose and redundant syntax that probably caused the problem in the first place.

Like, who the hell can memorize all the subtle differences in behavior between After=, Requires=, Wants=, Requisite=, BindsTo=, PartOf=, UpHolds= and then all their "reverse" equivalents?

[-] Laser@feddit.de 1 points 1 year ago

You're right that the difference isn't overly obvious. However, for most services, Wants= is enough. I think some of these (like Requisite=) came from actual users' demands where they had to solve corner cases in their setup that systemd did not allow with the existing features. I think especially UpheldBy= is a smart addition; it adds restarting to a service only if that services is used as a dependency for the one it upholds.

this post was submitted on 10 Aug 2023
328 points (96.6% liked)

Linux

47210 readers
783 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS