Consistency across project - I use sleep infinity when I want to block a process from repeatedly running.

This commit is contained in:
Matthew Baggett 2019-06-24 16:24:47 +02:00
parent 7b2f320967
commit 83a0acbce8

View file

@ -1,3 +1,3 @@
#!/bin/sh
service rsyslog start;
tail -f /dev/null
sleep infinity