z2k_

joined 1 year ago
[–] [email protected] 3 points 1 year ago

Season just finished recently so it’ll mostly be friendlies and pre-season coming up in a few months.

[–] [email protected] 8 points 1 year ago

Loving the new icons, it really adds to the beehaw community!

[–] [email protected] 1 points 1 year ago

Yes, you can get the full log with journalctl.

[–] [email protected] 6 points 1 year ago (6 children)

To 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.