mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-24 19:10:13 +01:00
accounting install fix
This commit is contained in:
parent
9ae839760d
commit
01c2427391
@ -24,6 +24,9 @@ piler's crontab:
|
|||||||
### optional: the same report you can see on the health page
|
### optional: the same report you can see on the health page
|
||||||
30 7 * * * /usr/local/libexec/piler/daily-report.php /srv/www/webui.yourdomain.com
|
30 7 * * * /usr/local/libexec/piler/daily-report.php /srv/www/webui.yourdomain.com
|
||||||
|
|
||||||
|
### optional: populate accouting data
|
||||||
|
30 6 * * * /usr/local/libexec/piler/generate_stats.php /srv/www/webui.yourdomain.com
|
||||||
|
|
||||||
### optional: regular AD sync
|
### optional: regular AD sync
|
||||||
0 8 * * * /usr/bin/php LIBEXECDIR/piler/ldap_sync.php /srv/www/webui.yourdomain.com > LOCALSTATEDIR/piler/stat/adsync.stat
|
0 8 * * * /usr/bin/php LIBEXECDIR/piler/ldap_sync.php /srv/www/webui.yourdomain.com > LOCALSTATEDIR/piler/stat/adsync.stat
|
||||||
|
|
||||||
|
@ -30,6 +30,7 @@ install:
|
|||||||
$(INSTALL) -m 0755 $(srcdir)/ldap_sync.php $(DESTDIR)$(libexecdir)/piler
|
$(INSTALL) -m 0755 $(srcdir)/ldap_sync.php $(DESTDIR)$(libexecdir)/piler
|
||||||
$(INSTALL) -m 0755 $(srcdir)/daily-report.php $(DESTDIR)$(libexecdir)/piler
|
$(INSTALL) -m 0755 $(srcdir)/daily-report.php $(DESTDIR)$(libexecdir)/piler
|
||||||
$(INSTALL) -m 0755 $(srcdir)/gmail-imap-import.php $(DESTDIR)$(libexecdir)/piler
|
$(INSTALL) -m 0755 $(srcdir)/gmail-imap-import.php $(DESTDIR)$(libexecdir)/piler
|
||||||
|
$(INSTALL) -m 0755 $(srcdir)/generate_stats.php $(DESTDIR)$(libexecdir)/piler
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user