We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498d656 commit 4ad0d96Copy full SHA for 4ad0d96
examples/hubot.service
@@ -14,8 +14,12 @@ User=change-to-hubot-user
14
Restart=always
15
RestartSec=10
16
17
-; Configure Hubot environment variables, make sure to use quotes around whitespace as shown below.
18
-Environment=HUBOT_aaa=xxx "HUBOT_bbb='yyy yyy'"
+; Configure Hubot environment variables, use quotes around vars with whitespace as shown below.
+Environment="HUBOT_aaa=xxx"
19
+Environment="HUBOT_bbb='yyy yyy'"
20
+
21
+; Alternatively multiple environment variables can loaded from an external file
22
+;EnvironmentFile=/etc/hubot-environment
23
24
ExecStart=/path/to/hubot/bin/hubot --adapter zzz
25
0 commit comments