#!/sbin/openrc-run
# Generated by ../utrans from:
#  77f49e74b66e53f6cc9a71fe8ee3cbb03f8889eeaf84ce4f9b385bfdfdc01aa8  ./input/systemd/exec-environmentfile.service

description="Test for EnvironmentFile."

start() {
  sh -x -c 'test "$VAR1" = "word1 word2" && test "$VAR2" = word3 && test "$VAR3" = "\$word 5 6" && test "$VAR4" = "new\nline" && test "$VAR5" = passwordwithbackslashes && test "$VAR6" = test\ continuation\ lines'
}
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
}
