freedomev
freedomev copied to clipboard
not working on version 2019.36.2.1
hello i could not get it working on 2019.36.2.1 as crontab mounted on swap :(
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
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
Try creating a service which unmounts it on boot like a systemd unit or upstart service, depending on what the OS is running.