Skip to content

Commit

Permalink
Merge pull request #52 from epics-extensions/ioc-restart-always
Browse files Browse the repository at this point in the history
ioc/modules/nixos-integration: change Restart systemd option to always
  • Loading branch information
minijackson authored Jan 12, 2024
2 parents 6466228 + 6d62442 commit c1eff49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ioc/modules/nixos-integration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ in {
${toString config.procServ.port} \
${iocTop}/bin/${arch}/${config.app} ${config.startCommandsFile}
'';
Restart = "on-failure";
Restart = "always";
};
};
}));
Expand Down

0 comments on commit c1eff49

Please sign in to comment.