summaryrefslogtreecommitdiff
path: root/openrc-init.service
blob: 5e1d0c33d0eaabcd5ada7b375995bdfc9aa22159 (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
#  This file is part of systemd.
#
#  systemd is free software; you can redistribute it and/or modify it
#  under the terms of the GNU General Public License as published by
#  the Free Software Foundation; either version 2 of the License, or
#  (at your option) any later version.

[Unit]
Description=Init OpenRC
DefaultDependencies=no
Before=local-fs.target

[Service]
Type=oneshot
Environment=RC_LIBEXECDIR=/lib/rc
ExecStart=/lib/rc/sh/init.sh
ExecStartPost=-/bin/mkdir -p /lib/rc/init.d/start
ExecStartPost=-/bin/mkdir -p /lib/rc/init.d/starting
ExecStartPost=-/bin/mkdir -p /lib/rc/init.d/started
ExecStartPost=-/bin/mkdir -p /lib/rc/init.d/stop
ExecStartPost=-/bin/mkdir -p /lib/rc/init.d/stopping
ExecStartPost=-/bin/mkdir -p /lib/rc/init.d/options
ExecStartPost=-/bin/mkdir -p /lib/rc/init.d/daemons
ExecStartPost=-/bin/mkdir -p /lib/rc/init.d/tmp
ExecStartPost=-/bin/mkdir -p /lib/rc/init.d/failed
ExecStartPost=-/bin/mkdir -p /lib/rc/init.d/inactive
ExecStartPost=-/bin/mkdir -p /lib/rc/init.d/wasinactive
ExecStartPost=-/bin/mkdir -p /lib/rc/init.d/exclusive
ExecStartPost=-/bin/mkdir -p /lib/rc/init.d/hotplugged
ExecStartPost=-/bin/mkdir -p /lib/rc/init.d/scheduled
ExecStartPost=-/bin/ln -s /etc/init.d/localmount /lib/rc/init.d/started
ExecStartPost=-/bin/ln -s /etc/init.d/fsck /lib/rc/init.d/started
ExecStartPost=-/bin/ln -s /etc/init.d/udev /lib/rc/init.d/started