b3a692b8cc
Added all the drop-ins and remove older .service overrides
12 lines
260 B
Plaintext
12 lines
260 B
Plaintext
[Unit]
|
|
ConditionPathExists=/var/run/qubes-service/crond
|
|
|
|
[Unit]
|
|
# For /rw
|
|
After=qubes-misc-post.service
|
|
|
|
[Service]
|
|
ExecStartPre=/bin/mkdir --mode=0700 -p /rw/cron
|
|
ExecStartPre=/bin/mount --bind /rw/cron /var/spool/cron
|
|
ExecStopPost=/bin/umount /var/spool/cron
|