I would like to make sure all our services have Restart=always
.
A list of services with the Restart
value would be fine too, I could use grep on that.
Use drop-in config files to override this value.
For unit thing.service
create /etc/systemd/system/thing.service.d/restart.conf
containing
[Service]
Restart=always