this post was submitted on 23 Aug 2022
20 points (100.0% liked)

Linux

47756 readers
1329 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
you are viewing a single comment's thread
view the rest of the comments
[–] hfkldjbuq@beehaw.org 2 points 2 years ago (2 children)

some service that would stall and I just could not make it work as intended

I currently have some 2 user services for GUI apps always failing even though I added the graphical dependency services. Dependencies are prob the issue, and/or some issue NixOS config -> systemd.

How has been your runit experience in comparison? s6 looks interesting

[–] linkert@lemmy.ml 2 points 2 years ago* (last edited 2 years ago) (2 children)

How has been your runit experience in comparison? s6 looks interesting

It's dumb, rather silly in comparison and it does nothing other than keeping services going - on Void Linux you symlink your services from /etc/sv/{service-name} to /var/services/ and there it goes off doing its thing.

https://docs.voidlinux.org/config/services/index.html#basic-usage

Systemd could probably provide some fancy features on my system but it's a simple procrastination-station and so far I've not come up with anything I'm missing. Very happy camper.

(Lemmy is acting up for me)

[–] hfkldjbuq@beehaw.org 2 points 2 years ago (1 children)

Seems pretty minimal and straightforward; nice. Are on GNU libc or musl?

[–] linkert@lemmy.ml 1 points 2 years ago

Xbps <3

Did musl for a while, got tired of incompatibilities, have been running glibc for years now :)