#!/sbin/openrc-run
# Generated by ../utrans from:
#  b05e280c90034554585cb7fbb33cbd93fbabfaa7cf9736cee888077954c9f396  ./input/oneshot.service

description="Test oneshot."
# Documentation:
#  man:systemd.service(5)

start() {
  /usr/bin/ls /
  binary_found_in_path
  /bin/false || true
}
command_user="admin"
depend() {
    use mountnfs mountnfs-bootclean umountnfs sendsigs mountall mountall-bootclean mountoverflowtmp umountfs
    after mountnfs mountnfs-bootclean umountnfs sendsigs networking ifupdown mountall mountall-bootclean mountoverflowtmp umountfs
}
stop() {
  /usr/bin/finish stop
}
start_pre() {
  /usr/bin/true
}
