2015-03-04 01:52:18 +01:00
|
|
|
[Unit]
|
2015-04-11 02:51:10 +02:00
|
|
|
Description=Initialize and mount /rw and /home
|
2016-10-22 17:43:16 +02:00
|
|
|
# There is a dependency on dev-xvdb.device because
|
|
|
|
# mount-dirs.sh calls setup-rwdev.sh which
|
|
|
|
# must happen only when /dev/xvdb has appeared.
|
|
|
|
After=qubes-sysinit.service dev-xvdb.device
|
2016-07-25 13:59:55 +02:00
|
|
|
DefaultDependencies=no
|
2016-10-22 17:43:16 +02:00
|
|
|
Before=local-fs.target rw.mount home.mount qubes-gui-agent.service
|
2015-03-04 01:52:18 +01:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
2015-10-14 21:09:49 +02:00
|
|
|
ExecStart=/usr/lib/qubes/init/mount-dirs.sh
|
2016-10-22 17:43:16 +02:00
|
|
|
# There is no need for an ExecStop because systemd
|
|
|
|
# cleans up mount units in the right order, killing
|
|
|
|
# processes as needed.
|
2015-03-04 01:52:18 +01:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|