Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 134) sorted by relevance

123456

/unit/.github/workflows/
H A Dci.yml59 run: |
75 run: |
98 run: |
118 run: |
128 run: |
146 run: |
160 run: |
165 run: |
181 run: |
186 run: |
[all …]
/unit/pkg/docker/
H A Ddocker-entrypoint.sh10 …RET=$(/usr/bin/curl -s -w '%{http_code}' -X PUT --data-binary @$1 --unix-socket /var/run/control.u…
29 /usr/sbin/$1 --control unix:/var/run/control.unit.sock
32 if [ ! -S /var/run/control.unit.sock ]; then
41 /usr/bin/curl -s -X GET --unix-socket /var/run/control.unit.sock http://localhost/
80 kill -TERM $(/bin/cat /var/run/unit.pid)
83 if [ -S /var/run/control.unit.sock ]; then
90 if [ -S /var/run/control.unit.sock ]; then
91 kill -KILL $(/bin/cat /var/run/unit.pid)
92 rm -f /var/run/control.unit.sock
H A Dwelcome.md21 `/var/run/control.unit.sock` inside the container.
25 docker exec -ti <containerID> curl --unix-socket /var/run/control.unit.sock http://localhost/config
/unit/auto/
H A Dhelp26 --runstatedir=DIR default: "\$localstatedir/run/unit"
41 --user=USER set non-privileged processes to run as specified user
43 --group=GROUP set non-privileged processes to run as specified group
59 run "./configure python --help" to see available options
62 run "./configure php --help" to see available options
65 run "./configure go --help" to see available options
68 run "./configure perl --help" to see available options
71 run "./configure ruby --help" to see available options
77 run "./configure java --help" to see available options
80 run "./configure wasm --help" to see available options
[all …]
/unit/pkg/deb/debian/
H A Dunit.init32 if start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
44 if start-stop-daemon --oknodo --stop --quiet --pidfile /var/run/$NAME.pid \
59 /var/run/$NAME.pid --exec $DAEMON || true
62 /var/run/$NAME.pid --exec $DAEMON -- $DAEMON_ARGS; then
H A Dunit.logrotate11 if [ -f /var/run/unit.pid ]; then
12 /bin/kill -SIGUSR1 `cat /var/run/unit.pid`
H A Dunit.default1 DAEMON_ARGS="--log /var/log/unit.log --pid /var/run/unit.pid"
/unit/pkg/rpm/rpmbuild/SOURCES/
H A Dunit.logrotate10 if [ -f /var/run/unit/unit.pid ]; then
11 /bin/kill -SIGUSR1 `cat /var/run/unit/unit.pid`
H A Dunit.service3 # behaviour, run "systemctl edit unit" to create an override unit.
10 # Environment="UNITD_OPTIONS=--log /var/log/unit/unit.log --pid /var/run/unit/unit.pid"
19 Environment="UNITD_OPTIONS=--log /var/log/unit/unit.log --pid /var/run/unit/unit.pid"
H A Dunit-debug.service3 # behaviour, run "systemctl edit unit-debug" to create an override unit.
10 # Environment="UNITD_OPTIONS=--log /var/log/unit/unit.log --pid /var/run/unit/unit.pid"
19 Environment="UNITD_OPTIONS=--log /var/log/unit/unit.log --pid /var/run/unit/unit.pid"
/unit/test/
H A Dtest_java_isolation_rootfs.py21 subprocess.run(
41 subprocess.run(
/unit/test/ruby/body_empty/
H A Dconfig.ru5 run app
/unit/test/ruby/syntax_error/
H A Dconfig.ru5 run app
/unit/test/ruby/status_int/
H A Dconfig.ru5 run app
/unit/test/ruby/body_array/
H A Dconfig.ru5 run app
/unit/test/ruby/hooks/
H A Dconfig.ru7 run app
/unit/test/ruby/header_array_empty/
H A Dconfig.ru7 run app
/unit/test/ruby/header_status/
H A Dconfig.ru8 run app
/unit/test/ruby/header_array_nil/
H A Dconfig.ru7 run app
/unit/test/ruby/session/
H A Dconfig.ru6 run app
/unit/test/ruby/header_rack/
H A Dconfig.ru8 run app
/unit/test/ruby/errors_puts_int/
H A Dconfig.ru6 run app
/unit/test/ruby/errors_write_int/
H A Dconfig.ru6 run app
/unit/test/ruby/query_string/
H A Dconfig.ru8 run app
/unit/test/ruby/server_port/
H A Dconfig.ru8 run app

123456