aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/fedora-loadmodules.service
blob: cd2b4910c67891714ab731cfc406442d957c1ebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Load legacy module configuration
DefaultDependencies=no
Conflicts=shutdown.target
After=systemd-readahead-collect.service systemd-readahead-replay.service
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