mirror of
https://github.com/inspec/inspec
synced 2024-12-19 01:23:50 +00:00
6fbd28c2bb
Turns out using `/usr/bin/yes` to imitate a daemon process is a TERRIBLE idea.
2 lines
33 B
Text
2 lines
33 B
Text
#!/bin/sh
|
|
exec tail -f /dev/null
|