Closed tairosonloa closed 5 years ago
Hi!
I'm here with a bug report. I installed postsrsd following the readme of the repository, and the file /etc/systemd/system/postsrsd.service which was auto-generated had a syntax error which prevents it to start.
/etc/systemd/system/postsrsd.service
Auto-generated daemon was: ExecStart=/usr/local/sbin/ -f [...]
ExecStart=/usr/local/sbin/ -f [...]
Changed it to: ExecStart=/usr/local/sbin/postsrsd -f [...]
ExecStart=/usr/local/sbin/postsrsd -f [...]
Did systemctl daemon-reload and systemctl start postsrsd.service and now everything is working!
systemctl daemon-reload
systemctl start postsrsd.service
Edit: I'm on Debian 9
Oops, that's a regression caused by a134b270f5050e25f51099511e1afed96214c35c, when I tried to get rid of an outdated CMake feature.
Hi!
I'm here with a bug report. I installed postsrsd following the readme of the repository, and the file
/etc/systemd/system/postsrsd.service
which was auto-generated had a syntax error which prevents it to start.Auto-generated daemon was:
ExecStart=/usr/local/sbin/ -f [...]
Changed it to:
ExecStart=/usr/local/sbin/postsrsd -f [...]
Did
systemctl daemon-reload
andsystemctl start postsrsd.service
and now everything is working!Edit: I'm on Debian 9