#!/sbin/openrc-run
# Generated by ../utrans from:
#  44601a3a5f6d171399ee5cfee763a857f3a049eb4f6498126a8b733ecf6a0542  ./input/systemd/exec-environment-empty.service

description="Test for Environment."

start() {
  sh -x -c 'test "${VAR1-unset}" = "unset" && test "${VAR2-unset}" = "unset" && test "${VAR3-unset}" = "unset"'
}
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
}
