Fix crontab

This commit is contained in:
2020-12-17 17:44:28 +00:00
parent 242a7393a6
commit fa0f8a2873

View File

@@ -31,7 +31,7 @@ loginctl show-user ubuntu --property Linger
# Setup user linger and crontab # Setup user linger and crontab
``` ```
loginctl enable-linger ubuntu loginctl enable-linger ubuntu
crontab -l /home/ubuntu/control/crontab crontab /home/ubuntu/control/crontab
``` ```
# Install pip dependencies # Install pip dependencies