#!/sbin/openrc-run
# Generated by ../utrans from:
#  8363ac6652bdffe567946f5fc35a2cd493227141aa9c1d529d4c48d54bdb4113  ./input/systemd/exec-environment-multiple.service

description="Test for Environment."

start() {
  sh -x -c 'test "$VAR1" = "word1 word2" && test "$VAR2" = word3 && test "$VAR3" = foobar'
}
depend() {
    use mountnfs mountnfs-bootclean umountnfs sendsigs mountall mountall-bootclean mountoverflowtmp umountfs
    after mountnfs mountnfs-bootclean umountnfs sendsigs mountall mountall-bootclean mountoverflowtmp umountfs
}
start_post() {
  mark_service_stopped
}
