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