2014-02-03 20:53:03 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Qubes verification of /usr/lib/modules
|
|
|
|
DefaultDependencies=no
|
|
|
|
Documentation=
|
|
|
|
ConditionPathExists=/dev/xvdd
|
|
|
|
Before=systemd-modules-load.service
|
|
|
|
Before=systemd-udevd.service
|
|
|
|
Before=local-fs-pre.target
|
|
|
|
After=systemd-remount-fs.service
|
2014-04-23 03:13:23 +02:00
|
|
|
ConditionPathExists=!/usr/lib/modules/lost+found
|
2014-02-03 20:53:03 +01:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
ExecStart=/bin/mount /dev/xvdd /usr/lib/modules
|
|
|
|
StandardOutput=syslog
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=sysinit.target
|