aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/fedora-loadmodules.service
blob: 51285093b27be3d95df4c490d088ec757a880ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Load legacy module configuration
DefaultDependencies=no
Conflicts=shutdown.target
Before=sysinit.target shutdown.target
ConditionPathExists=|/etc/rc.modules
ConditionDirectoryNotEmpty=|/etc/sysconfig/modules/

[Service]
ExecStart=/lib/systemd/fedora-loadmodules
Type=oneshot
TimeoutSec=0
RemainAfterExit=yes