!Friendica Admins Since I prefer to use the Friendica daemon methodology for background workers I wanted to configure it with systemd to make sure it was always running. There was a tutorial in German linked from the main Friendica site. I decided to write one in English that follows similar steps (link to the German blog post is in my own). Enjoy #friendica #fediverse #selfhosting #systemd #linux https://nequalsonelifestyle.com/2022/08/04/setting-up-friendica-daemon-systemd-service/
Setting Up Friendica Daemon as a Systemd Service Tutorial
Friendica relies heavily on worker processes for doing things like federation, cleaning up the database, and many other tasks. It can either be run as a periodically running system cron job or in a daemon mode.N=1 Lifestyle