fixed README: copy cronjob to /etc/cron.d instead of /etc/init.d (like comment in sample/atticmatic.cron correctly explains)

This commit is contained in:
Henning Schroder 2014-11-26 13:04:14 +01:00
parent 200a1bd63e
commit 704b97a636
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -48,7 +48,7 @@ README:
Then copy the following configuration files:
sudo cp sample/atticmatic.cron /etc/init.d/atticmatic
sudo cp sample/atticmatic.cron /etc/cron.d/atticmatic
sudo cp sample/config sample/excludes /etc/atticmatic/
Lastly, modify those files with your desired configuration.