You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.
As of #205 we default the RestartOn setting for our systemd units to No to avoid undefined behavior when systemd as well as the agent try to restart a failed unit.
This is not ideal for a couple of reasons and we would like to change this so that systemd is in charge of watching over services and restarting them as needed.
There are a couple of additional settings that we need to add to our units, including, but not limited to:
As of #205 we default the
RestartOn
setting for our systemd units toNo
to avoid undefined behavior when systemd as well as the agent try to restart a failed unit.This is not ideal for a couple of reasons and we would like to change this so that systemd is in charge of watching over services and restarting them as needed.
There are a couple of additional settings that we need to add to our units, including, but not limited to:
More detail:
https://medium.com/@benmorel/creating-a-linux-service-with-systemd-611b5c8b91d6
The text was updated successfully, but these errors were encountered: