]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-environment-empty.service
tests: add spdx license header to test unit/link/network/conf files
[thirdparty/systemd.git] / test / test-execute / exec-environment-empty.service
CommitLineData
22d3cfe5 1# SPDX-License-Identifier: LGPL-2.1-or-later
281e05b6
RC
2[Unit]
3Description=Test for Environment
4
5[Service]
cdaf5070
FB
6ExecStart=/bin/sh -x -c 'test "$${VAR1-unset}" = "unset" && test "$${VAR2-unset}" = "unset" && test "$${VAR3-unset}" = "unset"'
7Type=oneshot
281e05b6
RC
8Environment="VAR1=word1 word2" VAR2=word3 "VAR3=$word 5 6"
9Environment=