Files

13 lines
239 B
Plaintext

---
functions:
file-read:
- binary: false
code: |-
apache2ctl -c 'Include /path/to/input-file'
comment: |-
The first line only is likely leaked as an error message.
contexts:
sudo:
unprivileged:
...