Forum Discussion

XIII's avatar
XIII
Super Contributor
4 years ago

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...