3 lines
93 B
Plaintext
3 lines
93 B
Plaintext
|
#!/bin/sh
|
||
|
exec chpst -u $(groups noctua | tr -s ' ' ':') runsvdir /home/noctua/services 2>&1
|