jnuyens / freedomev

FreedomEV repository. Unlocking the full potential of Linux on your EV!
GNU General Public License v3.0
185 stars 28 forks source link

not working on version 2019.36.2.1 #19

Open Baha2Odeh opened 4 years ago

Baha2Odeh commented 4 years ago

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

lau85 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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