mirror of
https://github.com/systemd/systemd.git
synced 2024-10-30 14:55:37 +03:00
6 lines
253 B
SYSTEMD
6 lines
253 B
SYSTEMD
|
[Service]
|
||
|
ExecStart=/bin/sh -x -c 'test "$$VAR1" = "word1 word2" && test "$$VAR2" = word3 && test "$$VAR3" = "\\$$word 5 6" && test "$$PATH" = "/tmp:/bin"'
|
||
|
Type=oneshot
|
||
|
ExecSearchPath=/tmp:/bin
|
||
|
Environment="VAR1=word1 word2" VAR2=word3 "VAR3=$word 5 6"
|