on Daily Discussion Thread · c/football · 3 pts · 3ySeason just finished recently so it’ll mostly be friendlies and pre-season coming up in a few months.
on new Beehaw community icons! · c/support · 8 pts · 3yLoving the new icons, it really adds to the beehaw community!
on Systemd Service Keeps Failing, how can I have it start if status is failed? · c/linux · 1 pts · 3yYes, you can get the full log with journalctl.
on Systemd Service Keeps Failing, how can I have it start if status is failed? · c/linux · 6 pts · 3yTo have it automatically restart on failure, you can add the following to your systemd unit: [Service] Restart=on-failure RestartSec=5s See this blog post for more information. But to find the root cause of why it's failing, you can run systemctl status <service> when it fails to get the most recent logs and hopefully an error as to why it failed.
Season just finished recently so it’ll mostly be friendlies and pre-season coming up in a few months.
Loving the new icons, it really adds to the beehaw community!
Yes, you can get the full log with journalctl.
To have it automatically restart on failure, you can add the following to your systemd unit:
See this blog post for more information.
But to find the root cause of why it's failing, you can run
systemctl status <service>when it fails to get the most recent logs and hopefully an error as to why it failed.