Home
last modified time | relevance | path

Searched defs:ExecStart (Results 1 – 25 of 403) sorted by relevance

12345678910>>...17

/systemd-251/test/test-execute/
Dexec-specifier.service7 ExecStart=test %n = exec-specifier.service key
8 ExecStart=test %N = exec-specifier key
9 ExecStart=test %p = exec-specifier key
10 ExecStart=test %P = exec/specifier key
11 ExecStart=test %i = "" key
12 ExecStart=test %I = "" key
13 ExecStart=test %j = specifier key
14 ExecStart=test %J = specifier key
15 ExecStart=test %f = /exec/specifier key
16 ExecStart=test %t = /run key
[all …]
Dexec-specifier@.service7 ExecStart=test %n = exec-specifier@foo-bar.service key
8 ExecStart=test %N = exec-specifier@foo-bar key
9 ExecStart=test %p = exec-specifier key
10 ExecStart=test %P = exec/specifier key
11 ExecStart=test %i = foo-bar key
12 ExecStart=test %I = foo/bar key
13 ExecStart=test %j = specifier key
14 ExecStart=test %J = specifier key
15 ExecStart=test %f = /foo/bar key
16 ExecStart=test %t = /run key
[all …]
Dexec-dynamicuser-statedir-migrate-step2.service6 ExecStart=test -w /var/lib/test-dynamicuser-migrate key
7 ExecStart=test -w /var/lib/test-dynamicuser-migrate2/hoge key
8 ExecStart=test -L /var/lib/test-dynamicuser-migrate key
9 ExecStart=test -L /var/lib/test-dynamicuser-migrate2/hoge key
10 ExecStart=test -d /var/lib/test-dynamicuser-migrate key
11 ExecStart=test -d /var/lib/test-dynamicuser-migrate2/hoge key
12 ExecStart=test -f /var/lib/test-dynamicuser-migrate/yay key
13 ExecStart=test -f /var/lib/test-dynamicuser-migrate2/hoge/yayyay key
14 ExecStart=test -d /var/lib/private/test-dynamicuser-migrate key
15 ExecStart=test -d /var/lib/private/test-dynamicuser-migrate2/hoge key
[all …]
Dexec-dynamicuser-statedir.service6 ExecStart=test -w /var/lib/waldo key
7 ExecStart=test -w /var/lib/quux/pief key
8 ExecStart=touch /var/lib/waldo/yay key
9 ExecStart=touch /var/lib/quux/pief/yayyay key
10 ExecStart=test -f /var/lib/waldo/yay key
11 ExecStart=test -f /var/lib/quux/pief/yayyay key
12 ExecStart=test -f /var/lib/private/waldo/yay key
13 ExecStart=test -f /var/lib/private/quux/pief/yayyay key
14 ExecStart=sh -x -c 'test "$$STATE_DIRECTORY" = "%S/waldo:%S/quux/pief"' key
17 ExecStart=sh -x -c 'test $$(find / \\( -path /var/tmp -o -path /tmp -o -path /proc -o -path /dev/mq… key
Dexec-dynamicuser-statedir-migrate-step1.service6 ExecStart=test -w /var/lib/test-dynamicuser-migrate key
7 ExecStart=test -w /var/lib/test-dynamicuser-migrate2/hoge key
8 ExecStart=test ! -L /var/lib/test-dynamicuser-migrate key
9 ExecStart=test ! -L /var/lib/test-dynamicuser-migrate2/hoge key
10 ExecStart=test -d /var/lib/test-dynamicuser-migrate key
11 ExecStart=test -d /var/lib/test-dynamicuser-migrate2/hoge key
12 ExecStart=touch /var/lib/test-dynamicuser-migrate/yay key
13 ExecStart=touch /var/lib/test-dynamicuser-migrate2/hoge/yayyay key
14 ExecStart=/bin/sh -x -c 'test "$$STATE_DIRECTORY" = "%S/test-dynamicuser-migrate:%S/test-dynamicuse… key
Dexec-temporaryfilesystem-ro.service9 ExecStart=/bin/sh -c 'test -d /var/test-exec-temporaryfilesystem/rw && test -d /var/test-exec-tempo… key
12 ExecStart=/bin/sh -c 'for i in $$(ls -A /var); do test $$i = test-exec-temporaryfilesystem || false… key
15 ExecStart=sh -x -c 'test "$$(stat -c %%a /var)" = "755"' key
18 ExecStart=/bin/sh -c '! touch /var/hoge' key
21 ExecStart=/bin/sh -c 'touch /var/test-exec-temporaryfilesystem/rw/thisisasimpletest-temporaryfilesy… key
24 ExecStart=/bin/sh -c 'test -f /tmp/thisisasimpletest-temporaryfilesystem' key
27 ExecStart=/bin/sh -c 'test -f /var/test-exec-temporaryfilesystem/ro/thisisasimpletest-temporaryfile… key
30 ExecStart=/bin/sh -c '! touch /var/test-exec-temporaryfilesystem/ro/thisisasimpletest-temporaryfile… key
33 ExecStart=/bin/sh -c 'rm /tmp/thisisasimpletest-temporaryfilesystem' key
Dexec-temporaryfilesystem-rw.service9 ExecStart=test -d /var/test-exec-temporaryfilesystem/rw -a -d /var/test-exec-temporaryfilesystem/ro key
12 ExecStart=sh -c 'for i in $$(ls -A /var); do test $$i = test-exec-temporaryfilesystem || false; don… key
15 ExecStart=sh -x -c 'test "$$(stat -c %%a /var)" = "755"' key
18 ExecStart=touch /var/hoge key
21 ExecStart=touch /var/test-exec-temporaryfilesystem/rw/thisisasimpletest-temporaryfilesystem key
24 ExecStart=test -f /tmp/thisisasimpletest-temporaryfilesystem key
27 ExecStart=test -f /var/test-exec-temporaryfilesystem/ro/thisisasimpletest-temporaryfilesystem key
30 ExecStart=sh -c '! touch /var/test-exec-temporaryfilesystem/ro/thisisasimpletest-temporaryfilesyste… key
33 ExecStart=rm /tmp/thisisasimpletest-temporaryfilesystem key
Dexec-supplementarygroups-multiple-groups-default-group-user.service6 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "%G" && HAVE=1; done; test "$$… key
7 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "1" && HAVE=1; done; test "$$H… key
8 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "2" && HAVE=1; done; test "$$H… key
9 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "3" && HAVE=1; done; test "$$H… key
10 ExecStart=/bin/sh -x -c 'test "$$(id -g)" = "%G" && test "$$(id -u)" = "%U"' key
Dexec-bindpaths.service8 ExecStart=touch /tmp/test-exec-bindpaths/thisisasimpletest key
10 ExecStart=test -f /tmp/thisisasimpletest key
12 ExecStart=test -f /tmp/test-exec-bindreadonlypaths/thisisasimpletest key
14 ExecStart=/bin/sh -x -c '! touch /tmp/test-exec-bindreadonlypaths/thisisasimpletest' key
16 ExecStart=rm /tmp/thisisasimpletest key
Dexec-temporaryfilesystem-options.service13 ExecStart=/bin/sh -x -c 'test "$$(awk \'$$5 == "/var" && $$11 !~ /(^|,)mode=700(,|$$)/ { print $$6 … key
15 ExecStart=/bin/sh -x -c 'test "$$(awk \'$$5 == "/var" && $$6 !~ /(^|,)ro(,|$$)/ { print $$6 }\' /pr… key
16 ExecStart=/bin/sh -x -c 'test "$$(awk \'$$5 == "/var" && $$6 !~ /(^|,)nodev(,|$$)/ { print $$6 }\' … key
17 ExecStart=/bin/sh -x -c 'test "$$(awk \'$$5 == "/var" && $$6 ~ /(^|,)strictatime(,|$$)/ { print $$6… key
Dexec-supplementarygroups-multiple-groups-withgid.service6 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "1" && HAVE=1; done; test "$$H… key
7 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "2" && HAVE=1; done; test "$$H… key
8 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "3" && HAVE=1; done; test "$$H… key
9 ExecStart=/bin/sh -x -c 'test "$$(id -g)" = "1" && test "$$(id -u)" = "%U"' key
Dexec-dynamicuser-runtimedirectory3.service6 ExecStart=/bin/sh -x -c 'test -d %t/test-exec_runtimedirectorypreserve' key
7 ExecStart=/bin/sh -x -c 'test "$$RUNTIME_DIRECTORY" = "%t/test-exec_runtimedirectorypreserve"' key
8 ExecStart=/bin/sh -x -c 'test -f $$RUNTIME_DIRECTORY/test' key
9 ExecStart=/bin/sh -x -c 'touch $$RUNTIME_DIRECTORY/test' key
Dexec-dynamicuser-runtimedirectory2.service6 ExecStart=/bin/sh -x -c 'test -d %t/test-exec_runtimedirectorypreserve' key
7 ExecStart=/bin/sh -x -c 'test "$$RUNTIME_DIRECTORY" = "%t/test-exec_runtimedirectorypreserve"' key
8 ExecStart=/bin/sh -x -c 'test -f $$RUNTIME_DIRECTORY/test' key
9 ExecStart=/bin/sh -x -c 'touch $$RUNTIME_DIRECTORY/test' key
Dexec-readonlypaths-simple.service8 ExecStart=+/bin/sh -c 'touch /tmp/thisisasimpletest' key
10 ExecStart=/bin/sh -x -c '! touch /tmp/thisisasimpletest' key
11 ExecStart=+/bin/sh -c 'rm /tmp/thisisasimpletest' key
Dexec-basic.service10 ExecStart=touch /tmp/a ; /bin/sh -c 'touch /tmp/b' ; touch /tmp/c key
11 ExecStart=test -f /tmp/a key
12 ExecStart=!test -f /tmp/b key
13 ExecStart=!!test -f /tmp/c key
Dexec-specifier-credentials-dir.service9 ExecStart=test %d/very_top_secret = "${CREDENTIALS_DIRECTORY}/very_top_secret" key
11 ExecStart=test %d/very_top_secret = "${CREDENTIALS_DIRECTORY}/very_top_secret" key
12 ExecStart=sh -c 'test %d/very_top_secret = "$TOP_SECRET"' key
Dexec-supplementarygroups-multiple-groups-withuid.service6 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "1" && HAVE=1; done; test "$$H… key
7 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "2" && HAVE=1; done; test "$$H… key
8 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "3" && HAVE=1; done; test "$$H… key
Dexec-runtimedirectory.service6 ExecStart=/bin/sh -x -c 'test -d %t/test-exec_runtimedirectory' key
7 ExecStart=/bin/sh -x -c 'test -d %t/test-exec_runtimedirectory2/hogehoge' key
8 ExecStart=/bin/sh -x -c 'test "$$RUNTIME_DIRECTORY" = "%t/test-exec_runtimedirectory:%t/test-exec_r… key
Dexec-temporaryfilesystem-usr.service9 ExecStart=/bin/sh -c 'for i in $$(ls -A /usr); do test $$i = lib -o $$i = lib64 -o $$i = bin -o $$i… key
12 ExecStart=/bin/sh -c '! touch /usr/hoge' key
13 ExecStart=/bin/sh -c '! touch /usr/bin/hoge' key
Dexec-dynamicuser-supplementarygroups.service6 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "1" && HAVE=1; done; test "$$H… key
7 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "2" && HAVE=1; done; test "$$H… key
8 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "3" && HAVE=1; done; test "$$H… key
Dexec-privatedevices-yes-with-group.service11 ExecStart=/bin/sh -x -c 'test "$$(id -n -g)" = "daemon"' key
14 ExecStart=/bin/sh -c 'test ! -c /dev/kmsg' key
17 ExecStart=/bin/sh -x -c 'test ! "$$(stat -c %%G /dev/stderr)" = "daemon"' key
/systemd-251/test/units/
Dtestsuite-63.service11 ExecStart=rm -f /tmp/nonexistent key
12 ExecStart=systemctl start test63.path key
13 ExecStart=touch /tmp/test63 key
15 ExecStart=sleep 2 key
16 ExecStart=sh -x -c 'test "$(systemctl show test63.service -P ActiveState)" = inactive' key
17 ExecStart=sh -x -c 'test "$(systemctl show test63.service -P Result)" = success' key
18 ExecStart=sh -x -c 'test "$(systemctl show test63.path -P ActiveState)" = failed' key
19 ExecStart=sh -x -c 'test "$(systemctl show test63.path -P Result)" = trigger-limit-hit' key
22 ExecStart=rm -f /tmp/test63 key
23 ExecStart=systemctl reset-failed key
[all …]
Dtestsuite-10.service8 ExecStart=rm -f /tmp/nonexistent key
9 ExecStart=systemctl start test10.socket key
10 ExecStart=-nc -w20 -U /run/test.ctl key
13 ExecStart=sleep 10 key
14 ExecStart=sh -x -c 'test "$(systemctl show test10.socket -P ActiveState)" = failed' key
15 ExecStart=sh -x -c 'test "$(systemctl show test10.socket -P Result)" = trigger-limit-hit' key
16 ExecStart=sh -x -c 'echo OK >/testok' key
Dtestsuite-62-1.service5 ExecStart=/bin/sh -c 'ping -c 1 -W 0.2 192.168.113.1' key
6 ExecStart=/bin/sh -c 'ping -c 1 -W 0.2 192.168.113.5' key
7 ExecStart=/bin/sh -c 'ping -c 1 -W 0.2 192.168.113.9' key
Dtestsuite-62-2.service5 ExecStart=/bin/sh -c 'ping -c 1 -W 0.2 192.168.113.1' key
6 ExecStart=/bin/sh -c 'ping -c 1 -W 0.2 192.168.113.5' key
7 ExecStart=/bin/sh -c '! ping -c 1 -W 0.2 192.168.113.9' key

12345678910>>...17