friendica/mods
utzer a4f469d187
RemainAfterElapse=False
> if RemainAfterElapse= is off, it might be started again if it is already elapsed, and thus be triggered multiple times
False will start the process again and again after the set time, this is the desired behavior for worker.php

Infos: https://www.freedesktop.org/software/systemd/man/systemd.timer.html
2018-04-09 18:42:02 +05:30
..
readme.txt Readme extended for systemd unit files 2018-04-04 14:28:26 +05:30
sample-Lighttpd.config added configuration reg. curl and lighttpd with error code 417 2016-07-13 09:33:28 +02:00
sample-nginx-reverse-proxy.config things that should not be here 2018-02-07 07:28:32 +01:00
sample-nginx.config revert unwanted (?) changes 2017-10-05 10:02:06 +02:00
sample-systemd.service comment about user 2018-04-04 14:54:07 +05:30
sample-systemd.timer RemainAfterElapse=False 2018-04-09 18:42:02 +05:30

readme.txt

sample-Lighttpd.config
sample-nginx.config

		Sample configuration files to use Friendica with Lighttpd
		or Nginx. Pleas check software documentation to know how modify
		these examples to make them work on your server.


sample-systemd.timer
sample-systemd.service

		Sample systemd unit files to start worker.php periodically.
		
		Please place them in the correct location for your system,
		typically this is /etc/systemd/system/friendicaworker.timer 
		and /etc/systemd/system/friendicaworker.service.
		Please report problems and improvements to 
		!helpers@forum.friendi.ca and @utzer@social.yl.ms or open an 
		issue in Github (https://github.com/friendica/friendica/issues).
		This is for usage of systemd instead of cron to start the worker.php
		periodically, the solution is work-in-progress and can surely be improved.