nimiq/core-rs-albatross

cargo install: nimiq-client.service restart option is missing

Opened this issue · 0 comments

After reading a docs for systemd.service I noticed that for long running services the recommended value is 'on-failure'. However the nimiq-client.service has no restart option set.
See systemd.service docs: https://www.freedesktop.org/software/systemd/man/latest/systemd.service.html#Restart=

However I am not an expert on systemd.service and there could be valid reasons to not set the restart option which I dont know about.