We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df719ba commit dfb0607Copy full SHA for dfb0607
1 file changed
content/debian/services.md
@@ -48,6 +48,7 @@ After=network.target
48
49
[Service]
50
ExecStart=/bin/bash -c '/usr/bin/my_awesome_program >> /home/user/out.txt 2>&1'
51
+User=[Only allowed when running as root to set the user to use instead of root (see note above)]
52
Environment="VAR1=word1 word2" VAR2=word3 "VAR3=$word 5 6"
53
Type=simple
54
Restart=always
0 commit comments