#!/sbin/openrc-run
# Generated by ../utrans from:
#  a57f3864c76a01082a50f8ffe3504b32ea3690b6d39124bb80efcd2cc010db80  ./input/systemd/exec-user-nobody.service

description="Test for User."

start() {
  runuser -u nobody -- sh -x -c 'test "$USER" = "nobody"'
}
command_user="nobody"
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
}
