aboutsummaryrefslogtreecommitdiff
path: root/arch-modules-load.service
blob: f400d48a24a8d17c496741323a50ded688305694 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
SourcePath=/etc/rc.conf
Documentation=https://raw.github.com/falconindy/initscripts-systemd/master/README
Description=Load modules defined in rc.conf
DefaultDependencies=no
Before=systemd-modules-load.service

[Service]
ExecStart=/usr/lib/systemd/arch-modules-load
Type=oneshot