]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/service.c
service: start Arch daemons
authorTom Gundersen <teg@jklm.no>
Sat, 18 Sep 2010 22:45:00 +0000 (23:45 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 20 Sep 2010 23:32:21 +0000 (01:32 +0200)
commit980900c1d90b95e594ed0e49dcc11aa59ef14fd2
tree809f1e2010bc51505570957befbdd1f14d8f6885
parent5bfcc1c6ef48af20996412dbaac1daa0492a4d41
service: start Arch daemons

Arch does not use proper SysV runlevels. Instead /etc/rc.conf contains
an array of daemons to load in a multi-user runlevel, and some
dependencies between them.

This patch enables this behaviour in SystemD (only when compiled with
Arch support), which allows SystemD to be a drop in replacement on Arch
(modulo some minor bugs).

v2: simplified after suggestion from Lennart
src/service.c