Package Details: runit-systemd 2.2.0-2

Git Clone URL: https://aur.archlinux.org/runit-systemd.git (read-only, click to copy)
Package Base: runit-systemd
Description: A service supervision scheme, intended to be used alongside systemd
Upstream URL: http://smarden.org/runit/
Licenses: BSD
Conflicts: runit
Provides: runit
Submitter: Zirkelite
Maintainer: karras
Last Packager: karras
Votes: 4
Popularity: 0.053187
First Submitted: 2017-04-23 09:56 (UTC)
Last Updated: 2025-07-06 12:50 (UTC)

Required by (41)

Sources (3)

Latest Comments

karras commented on 2025-07-06 12:53 (UTC)

I've switched to the GNU89 dialect, which should resolve the compilation issues. Check out the new package revision. Thanks to @markus-siegert on GitLab:

Let me know if someone is facing any issues.

vmarklynn commented on 2025-05-27 00:32 (UTC)

I'm currently trying to install GDK on my Arch workstation and it seems like there's an error with chpst.c.

chpst.c:138:15: error: too many arguments to function ‘byte_chr’; expected 0, have 3
  138 |       sa.len =byte_chr(sa.s, sa.len, '\n');
      |               ^~~~~~~~ ~~~~
In file included from chpst.c:18:
byte.h:6:21: note: declared here
    6 | extern unsigned int byte_chr();
      |                     ^~~~~~~~
make: *** [Makefile:85: chpst.o] Error 1
==> ERROR: A failure occurred in build().

karras commented on 2025-02-21 22:44 (UTC)

I've "adopted" this orphaned package in order to fix the GitLab Development Kit (GDK) installation issues, which depends on runit:

Let me know if there are any wishes or other improvements that are needed, besides the version bump.