Răsfoiți Sursa

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

Henning Schroder 10 ani în urmă
părinte
comite
cd11e89fde
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      README

+ 1 - 1
README

@@ -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.