diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-04-13 21:21:05 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-04-13 21:21:05 -0400 |
commit | 5d3e9c7c2b62e5b35b1cc85d554da7632a1d12d6 (patch) | |
tree | f876507e686be0a33bfb2ca45c8a75e5c3bfa741 | |
parent | 94965c41505eac6337a281ca718330532cb57103 (diff) | |
download | www-5d3e9c7c2b62e5b35b1cc85d554da7632a1d12d6.tar.xz www-5d3e9c7c2b62e5b35b1cc85d554da7632a1d12d6.zip |
restart cron after crontab is added
-rw-r--r-- | Bastillefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bastillefile b/Bastillefile index 642ea8d..ff36d82 100644 --- a/Bastillefile +++ b/Bastillefile @@ -7,4 +7,4 @@ CMD tar -C /var -xvf /tmp/master.tar.gz --exclude drafts --exclude Makefile --ex CMD mv /tmp/master.tar.gz /tmp/master.tar.gz.bak SYSRC lighttpd_enable=YES SERVICE lighttpd start - +SERVICE cron restart |