mod: added env files to systemd services
This commit is contained in:
@@ -71,6 +71,7 @@
|
|||||||
ExecStart = "${hildibrand}/bin/hildebrand";
|
ExecStart = "${hildibrand}/bin/hildebrand";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = "5s";
|
RestartSec = "5s";
|
||||||
|
EnvironmentFile = "/etc/secrets/hildibrand.env";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -85,6 +86,7 @@
|
|||||||
ExecStart = "${caitsith}/bin/hildebrand";
|
ExecStart = "${caitsith}/bin/hildebrand";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = "5s";
|
RestartSec = "5s";
|
||||||
|
EnvironmentFile = "/etc/secrets/caitsith.env";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user