From 8a63fc5ca747908966c479300efd255e25cf4497 Mon Sep 17 00:00:00 2001 From: ben-utzer Date: Wed, 4 Apr 2018 14:16:05 +0530 Subject: [PATCH 1/2] Addition of systemd timer/service --- mods/readme.txt | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/mods/readme.txt b/mods/readme.txt index 83878aefb3..41e06c2f88 100644 --- a/mods/readme.txt +++ b/mods/readme.txt @@ -2,6 +2,20 @@ 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. + 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 .timer and .service file to start worker.php + + 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. From 00ceb4acd23903eaf34ec41375697b21818da325 Mon Sep 17 00:00:00 2001 From: ben-utzer Date: Wed, 4 Apr 2018 14:28:26 +0530 Subject: [PATCH 2/2] Readme extended for systemd unit files --- mods/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/readme.txt b/mods/readme.txt index 41e06c2f88..4ff8e1067a 100644 --- a/mods/readme.txt +++ b/mods/readme.txt @@ -9,7 +9,7 @@ sample-nginx.config sample-systemd.timer sample-systemd.service - Sample .timer and .service file to start worker.php + 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