60d16ea587
- qubes-misc-post.service is no longer responsible for mounting /rw - both qubes-sysinit.service and qubes-mount-dirs.service are part of basic.target, so no need to mention them explicitly (as long as DefaultDependencies=yes) QubesOS/qubes-issues#2198
8 lines
212 B
Plaintext
8 lines
212 B
Plaintext
[Unit]
|
|
ConditionPathExists=/var/run/qubes-service/crond
|
|
|
|
[Service]
|
|
ExecStartPre=/bin/mkdir --mode=0700 -p /rw/cron
|
|
ExecStartPre=/bin/mount --bind /rw/cron /var/spool/cron
|
|
ExecStopPost=/bin/umount /var/spool/cron
|