aboutsummaryrefslogtreecommitdiff
path: root/arch-daemons.8.txt
blob: 1b46035bb85fc7ca0987dbb5a813fbda88e27fb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/////
vim:set ts=4 sw=4 syntax=asciidoc noet:
/////
arch-daemons(8)
===============

NAME
----
arch-daemons - Compatibility layer for rc scripts and rc.conf's DAEMONS array

SYNOPSIS
--------
/usr/lib/systemd/arch-daemons

DESCRIPTION
-----------
arch-daemons is executed by systemd at very early boot. It has two purposes:

 * For every rc script in /etc/rc.d/ a wrapper service file is created which will start and stop
   daemons by calling the corresponding rc script. In case a native systemd service file exists
   with the same name, the legacy one is ignored and the native one is used instead.
 * The DAEMONS array in rc.conf is parsed and every daemon that appears there is enabled at boot.
   Furthermore, the ordering dependencies specified in the DAEMONS array is respected (including
   backgrounding).

Note: this is meant as a compatibility layer only for the purposes of easing users' transition
from initscripts to systemd. You are strongly encouraged to not rely on this, but rather use
native systemd services.

SEE ALSO
--------

rc.conf(5), systemd(1)

AUTHORS
-------
Written by Tom Gundersen.