Hacker News new | ask | show | jobs
by bblb 24 days ago
My epiphany a month ago was that I can use

   Environment = MULTIPLE=environment VARIABLES="in single line"
1 comments

Just remember: never use Environment= for secrets, since they are visible to all users on the system.

(Use EnvironmentFile= instead)