Skip to content
  • Tom Gundersen's avatar
    service: start Arch daemons · 980900c1
    Tom Gundersen authored
    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
    980900c1