Ronny Chevalier | 03bd70d | 2015-10-30 16:55:44 +0100 | [diff] [blame] | 1 | [Unit] |
2 | Description=Test for EnvironmentFile | ||||
3 | |||||
4 | [Service] | ||||
Joost Heitbrink | b6887d7 | 2018-05-10 15:28:10 +0200 | [diff] [blame] | 5 | ExecStart=/bin/sh -x -c 'test "$$VAR1" = "word1 word2" && test "$$VAR2" = word3 && test "$$VAR3" = "\\$$word 5 6" && test "$$VAR4" = "new\nline" && test "$$VAR5" = passwordwithbackslashes' |
Ronny Chevalier | 03bd70d | 2015-10-30 16:55:44 +0100 | [diff] [blame] | 6 | Type=oneshot |
7 | EnvironmentFile=/tmp/test-exec_environmentfile.conf |