#!/sbin/openrc-run
# Generated by ../utrans from:
#  e8cc8d701f252edff779602c6452e428854b30071a2229b657288feb0d6728e2  ./input/systemd/exec-group.service

description="Test for Group (daemon)."

start() {
  runuser -u root -g daemon -- sh -x -c 'test "$(id -n -g)" = "daemon"'
}
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
}
