]> git.mxchange.org Git - friendica.git/blob - mods/readme.txt
4ff8e1067a30e3d36189483865dc53e0955b0b64
[friendica.git] / mods / readme.txt
1 sample-Lighttpd.config
2 sample-nginx.config
3
4                 Sample configuration files to use Friendica with Lighttpd
5                 or Nginx. Pleas check software documentation to know how modify
6                 these examples to make them work on your server.
7
8
9 sample-systemd.timer
10 sample-systemd.service
11
12                 Sample systemd unit files to start worker.php periodically.
13                 
14                 Please place them in the correct location for your system,
15                 typically this is /etc/systemd/system/friendicaworker.timer 
16                 and /etc/systemd/system/friendicaworker.service.
17                 Please report problems and improvements to 
18                 !helpers@forum.friendi.ca and @utzer@social.yl.ms or open an 
19                 issue in Github (https://github.com/friendica/friendica/issues).
20                 This is for usage of systemd instead of cron to start the worker.php
21                 periodically, the solution is work-in-progress and can surely be improved.