My epiphany a month ago was that I can use
Environment = MULTIPLE=environment VARIABLES="in single line"
Just remember: never use Environment= for secrets, since they are visible to all users on the system.
(Use EnvironmentFile= instead)
Just remember: never use Environment= for secrets, since they are visible to all users on the system.
(Use EnvironmentFile= instead)