Created
September 26, 2016 03:12
-
-
Save dungmanh88/c5cd4861beeefd4e93bd001c73927a65 to your computer and use it in GitHub Desktop.
Prevent cron service start automatically or manually on systemd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
systemctl mask cron.service | |
systemctl list-unit-files | grep cron.service | |
## For unmask | |
systemctl unmask cron.service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment