Skip to content
Snippets Groups Projects
Commit f6fcce5c authored by Florian Sesser's avatar Florian Sesser
Browse files

Also don't restart the service should it be running during a config update

parent c9d54df7
No related branches found
No related tags found
2 merge requests!228merge develop into production,!220Monitoring/tahoe metrics collector: Add systemd dependency declarations
......@@ -45,6 +45,7 @@ in {
after = [ "tahoe.storage.service" ];
startAt = cfg.interval;
path = [ pkgs.curl ];
restartIfChanged = false;
# Save to a temp file and then move atomically so the
# textfile collector won't read a partial file.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment