blob: 9bcb133aecce4b25901ed0a78947d599c4a42a98 [file] [log] [blame] [raw]
Ronny Chevalier03bd70d2015-10-30 16:55:44 +01001[Unit]
2Description=Test for EnvironmentFile
3
4[Service]
Joost Heitbrinkb6887d72018-05-10 15:28:10 +02005ExecStart=/bin/sh -x -c 'test "$$VAR1" = "word1 word2" && test "$$VAR2" = word3 && test "$$VAR3" = "\\$$word 5 6" && test "$$VAR4" = "new\nline" && test "$$VAR5" = passwordwithbackslashes'
Ronny Chevalier03bd70d2015-10-30 16:55:44 +01006Type=oneshot
7EnvironmentFile=/tmp/test-exec_environmentfile.conf