We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello i could not get it working on 2019.36.2.1 as crontab mounted on swap :(
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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.
No branches or pull requests
hello i could not get it working on 2019.36.2.1 as crontab mounted on swap :(
The text was updated successfully, but these errors were encountered: