6 lines
162 B
Plaintext
6 lines
162 B
Plaintext
#!/usr/bin/with-contenv sh
|
|
#shellcheck shell=sh
|
|
|
|
# user taskd will run the taskserver, running as root is asking for trouble
|
|
exec s6-setuidgid taskd taskd server
|