summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-environment-empty.service
blob: 9c92d4bc8113e882d83ae1b76b122314b876322f (plain)
1
2
3
4
5
6
7
8
[Unit]
Description=Test for Environment

[Service]
ExecStart=/bin/sh -x -c 'test "$${VAR1-unset}" = "unset" && test "$${VAR2-unset}" = "unset" && test "$${VAR3-unset}" = "unset"'
Type=oneshot
Environment="VAR1=word1 word2" VAR2=word3 "VAR3=$word 5 6"
Environment=