freedomev icon indicating copy to clipboard operation
freedomev copied to clipboard

not working on version 2019.36.2.1

Open Baha2Odeh opened this issue 5 years ago • 3 comments

hello i could not get it working on 2019.36.2.1 as crontab mounted on swap :(

Baha2Odeh avatar Jan 10 '20 21:01 Baha2Odeh

You can simply unmount it. The only problem is that you have to repeat it after each reboot.

#!/bin/bash service cron stop umount /var/spool/cron sleep 1 service cron start

lau85 avatar May 09 '20 18:05 lau85

You can simply unmount it. The only problem is that you have to repeat it after each reboot.

#!/bin/bash service cron stop umount /var/spool/cron sleep 1 service cron start

This is the problem how to make it on after reboot

Baha2Odeh avatar May 09 '20 19:05 Baha2Odeh

Try creating a service which unmounts it on boot like a systemd unit or upstart service, depending on what the OS is running.

SourceDiver42 avatar Aug 16 '20 02:08 SourceDiver42