~xdavidwu/systemd-apkbuilds

ref: b162835f42423f6f93109fc9b6b8d36d4b5d8552 systemd-apkbuilds/openrc-systemd/openrc.service -rw-r--r-- 246 bytes
b162835fPinghao Wu systemd: 257.3 a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=OpenRC
After=multi-user.target

[Service]
Type=oneshot
ExecStartPre=/bin/mkdir -p /run/openrc
ExecStartPre=/bin/touch /run/openrc/softlevel
ExecStart=/sbin/openrc default
RemainAfterExit=true

[Install]
WantedBy=default.target