Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
XIII
4 years agoSuper Contributor
How to inject a secret into the environment via a systemd service definition?
I want to inject a secret (password) into the environment for a systemd service, using either Environment= or EnvironmentFile= .
What I tried (and what failed):
1. Environment
Environm...
XIII
4 years agoSuper Contributor
That's exactly what I (already) did... (and that indeed works!)
However, this service's ExecStart
is pretty complicated; I'd rather not overwrite that (since I manually have to copy the original one each time the author changes it).