Skip to content
New issue

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

not working on version 2019.36.2.1 #19

Open
Baha2Odeh opened this issue Jan 10, 2020 · 3 comments
Open

not working on version 2019.36.2.1 #19

Baha2Odeh opened this issue Jan 10, 2020 · 3 comments

Comments

@Baha2Odeh
Copy link

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

@lau85
Copy link
Contributor

lau85 commented May 9, 2020

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

@Baha2Odeh
Copy link
Author

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

@SourceDiver42
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants