#!/bin/bash

set -e

# set the stack size to unlimited and then run pgrep
ulimit -S -s unlimited

pgrep systemd
