My version of HedgeDoc is: 1.10.0
What I expected to happen:
Start hedgedoc while system startup via systemd service.
Controll the process by service hedgedoc start|stop|status
What actually happened:
Hedgedoc won’t be started.
I already tried:
No problem running NODE_ENV=production /usr/bin/node /srv/hedgedoc/app.js --production
as root or hedgedoc user
What I found out myself:
Recently I upgraded from Ubuntu 20.04 to 24.04.
I used the Systemd Unit Example from the website.
Hedgedoc will not start without any info in the logs.
When I remove SystemCallFilter=@system-service
from the configuration everything works fine.
Now my question: Do I need to update this variable in order to run hedgedoc safely on Ubuntu 24.04?
Thanks in advance!
Adrian