Libreddit service not running

My YunoHost server

Hardware: Raspberry Pi at home
YunoHost version: 11.0.10.2
I have access to my server : Through SSH and through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no

Description of my issue

Installed Libreddit and it says “failed” in the services list from the webadmin after it first starts up.

I have tried restarting it but no joy. I am only marginally technical and not so familiar with these environments. Looking for help to get this service running.

root@sgc:~# systemctl cat libreddit
# /etc/systemd/system/libreddit.service
[Unit]
Description=Libreddit: alternative to Reddit
Before=nginx.service
After=network.service

[Service]
User=libreddit
Group=libreddit
DynamicUser=yes
# Default Values
Environment=ADDRESS=127.0.0.1
Environment=PORT=8096
# Optional Override
EnvironmentFile=-/var/www/libreddit/libreddit.conf
ExecStart=/var/www/libreddit/libreddit -a ${ADDRESS} -p ${PORT}

# Hardening
DeviceAllow=
LockPersonality=yes
MemoryDenyWriteExecute=yes
PrivateDevices=yes
ProcSubset=pid
ProtectClock=yes
ProtectControlGroups=yes
ProtectHome=yes
ProtectHostname=yes
ProtectKernelLogs=yes
ProtectKernelModules=yes
ProtectKernelTunables=yes
ProtectProc=invisible
RestrictAddressFamilies=AF_INET AF_INET6
RestrictNamespaces=yes
RestrictRealtime=yes
RestrictSUIDSGID=yes
SystemCallArchitectures=native
SystemCallFilter=@system-service ~@privileged ~@resources
UMask=0077

[Install]
WantedBy=multi-user.target
lines 13-41/41 (END)

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.