Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On debian systemd complains about missing /bin/awk because it actually is located at /usr/bin/awk. It is not a good idea to hardcode binary paths because linux distros use different paths. According to systemd's man page it is absolutely safe to miss paths for binary located at standard locations (/bin, /sbin, /usr/bin, ...). Further, replace this more or less complicated awk command by egrep. Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
- Loading branch information