We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb82e5 commit 072af1bCopy full SHA for 072af1b
openrc-service.sh
@@ -5,6 +5,7 @@ description="CodeBench agent"
5
supervisor="supervise-daemon"
6
command="/usr/local/bin/agent"
7
pidfile="/run/agent.pid"
8
+command_user="codebench:codebench"
9
10
depend() {
11
after net
setup-alpine.sh
@@ -17,6 +17,8 @@ echo "root:root" | chpasswd
17
18
echo "nameserver 1.1.1.1" >>/etc/resolv.conf
19
20
+addgroup -g 1000 -S codebench && adduser -u 1000 -S codebench -G codebench
21
+
22
rc-update add devfs boot
23
rc-update add procfs boot
24
rc-update add sysfs boot
0 commit comments