Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 68) sorted by relevance

123

/systemd-251/test/
Dsysv-generator-test.py105 script = os.path.join(self.init_d_dir, fname)
106 with open(script, 'w') as f:
112 os.chmod(script, 0o755)
126 return script
364 script = self.add_sysv('foo', {}, enable=True)
366 shutil.copy(script, script + '.dpkg-new')
367 shutil.copy(script, script + '.dpkg-dist')
368 shutil.copy(script, script + '.swp')
369 shutil.copy(script, script + '.rpmsave')
379 script = self.add_sysv('foo', {}, enable=True)
[all …]
Dmkosi.default.networkd-test80 # Run our own script
/systemd-251/coccinelle/
Drun-coccinelle.sh40 for script in "${SCRIPTS[@]}"; do
41 echo "--x-- Processing $script --x--"
43 echo "+ spatch --sp-file $script ${ARGS[*]} ..."
45 …spatch --macro-file="$TOP_DIR/coccinelle/macros.h" --sp-file "$script" "${ARGS[@]}" ::: "${FILES[@…
47 echo -e "--x-- Processed $script --x--\n"
Dstrempty.cocci12 position p : script:python() {
28 position p : script:python() { p[0].current_element != "strempty" };
36 position p : script:python() { p[0].current_element != "strnull" };
48 position p : script:python() { p[0].current_element != "strnull" };
56 position p : script:python() { p[0].current_element != "strna" };
68 position p : script:python() { p[0].current_element != "strna" };
Dzz-drop-braces.cocci3 position p : script:python() { p[0].file != "src/journal/lookup3.c" };
17 position p : script:python() { p[0].file != "src/journal/lookup3.c" };
Dstrjoina.cocci3 position p : script:python() { p[0].current_element != "test_strjoina" };
Dempty-to-null.cocci4 position p : script:python() { p[0].current_element != "empty_to_null" };
Dmfree_return.cocci4 position p : script:python() { p[0].current_element != "mfree" };
Dxsprintf.cocci3 position p : script:python() { not p[0].file.startswith("man/") };
Ddup-fcntl.cocci4 position p : script:python() { p[0].file != "src/test/test-fd-util.c" };
Dstrjoin.cocci3 position p : script:python() { p[0].current_element != "test_strjoin" };
Dflags-set.cocci6 position p : script:python() {
Disempty.cocci4 position p : script:python() { p[0].file != "src/test/test-string-util.c" };
Dtimestamp-is-set.cocci6 position p : script:python() { p[0].file != "src/basic/time-util.h" };
/systemd-251/src/rpm/
Dtriggers.systemd.sh.in13 # This script will run after any package is initially installed or
43 # This script will process files installed in {{SYSUSERS_DIR}} to create
49 # This script will automatically invoke hwdb update if files have been
54 # This script will automatically invoke journal catalog update if files
59 # This script will automatically apply binfmt rules if files have been
68 # This script will process files installed in {{TMPFILES_DIR}} to create
76 # This script will automatically update udev with new rules if files
83 # This script will automatically apply sysctl rules if files have been
Dtriggers.systemd.in12 -- This script will run after any package is initially installed or
72 -- This script will process files installed in {{SYSUSERS_DIR}} to create
83 -- This script will automatically invoke hwdb update if files have been
93 -- This script will automatically invoke journal catalog update if files
103 -- This script will automatically apply binfmt rules if files have been
115 -- This script will process files installed in {{TMPFILES_DIR}} to create
128 -- This script will automatically update udev with new rules if files
140 -- This script will automatically apply sysctl rules if files have been
/systemd-251/docs/
DHACKING.md179 achieve this, create a script with the following contents in systemd's project directory on the hos…
197 exec sudo mkosi --source-file-transfer=mount --incremental --skip-final-phase --build-script mkosi-…
200 Next, mark the script as executable and point your editor plugin to use this script to start clangd…
202 mkosi-clangd.sh script.
216 host in the mkosi-clangd.sh script.
231 plugin tries to run the mkosi-clangd.sh script. To be able to enter the root password in non-intera…
236 …red correctly, a window will appear when your editor plugin tries to run the mkosi-clangd.sh script
347 This process can be automated by using the `debug-sd-boot.sh` script in the tools folder. If run
/systemd-251/test/units/
Dtestsuite-55-testbloat.service6 # A VERY small memory.high will cause the script (trying to use a lot of memory)
/systemd-251/.github/workflows/
Dcoverity.yml34 # Reuse the setup phase of the unit test script to avoid code duplication
/systemd-251/shell-completion/bash/
Dsystemd-detect-virt1 # systemd-detect-virt(1) completion -*- shell-script -*-
Dkernel-install1 # kernel-install(8) completion -*- shell-script -*-
Doomctl1 # oomctl(1) completion -*- shell-script -*-
Dsystemd-cat1 # systemd-cat(1) completion -*- shell-script -*-
/systemd-251/docs/sysvinit/
DREADME.in18 system. An init script {{ SYSTEM_SYSVINIT_PATH }}/foobar is implicitly mapped
/systemd-251/units/
Dsystem-update-cleanup.service28 # update script if it successfully removed the symlink and scheduled a

123