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

description="Test for Group."

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