]> git.mxchange.org Git - friendica.git/commitdiff
Addition of systemd timer/service
authorben-utzer <r@schmitz.pro>
Wed, 4 Apr 2018 08:46:05 +0000 (14:16 +0530)
committerGitHub <noreply@github.com>
Wed, 4 Apr 2018 08:46:05 +0000 (14:16 +0530)
mods/readme.txt

index 83878aefb36119bcded638120bf67236083ad93e..41e06c2f8881f278fc1b0257e5a6f47e56d33e93 100644 (file)
@@ -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.