Consistency across project - I use sleep infinity when I want to block a process from repeatedly running.
This commit is contained in:
parent
7b2f320967
commit
83a0acbce8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
service rsyslog start;
|
||||
tail -f /dev/null
|
||||
sleep infinity
|
||||
Loading…
Reference in a new issue