Searched refs:preset (Results 1 – 14 of 14) sorted by relevance
/systemd-251/src/network/tc/ |
D | cake.c | 27 c->preset = _CAKE_PRESET_INVALID; in cake_init() 97 if (c->preset >= 0) { in cake_fill_message() 98 r = sd_netlink_message_append_u32(req, TCA_CAKE_DIFFSERV_MODE, c->preset); in cake_fill_message() 518 CakePriorityQueueingPreset preset; in config_parse_cake_priority_queueing_preset() local 539 c->preset = _CAKE_PRESET_INVALID; in config_parse_cake_priority_queueing_preset() 544 preset = cake_priority_queueing_preset_from_string(rvalue); in config_parse_cake_priority_queueing_preset() 545 if (preset < 0) { in config_parse_cake_priority_queueing_preset() 546 log_syntax(unit, LOG_WARNING, filename, line, preset, in config_parse_cake_priority_queueing_preset() 552 c->preset = preset; in config_parse_cake_priority_queueing_preset()
|
D | cake.h | 60 CakePriorityQueueingPreset preset; member
|
/systemd-251/presets/ |
D | meson.build | 3 install_data('90-systemd.preset', 6 install_data('user/90-systemd.preset',
|
/systemd-251/src/rpm/ |
D | systemd-update-helper.in | 13 systemctl --no-reload preset "$@" 17 systemctl --no-reload preset --global "$@"
|
/systemd-251/src/systemctl/ |
D | meson.build | 48 'systemctl-preset-all.c', 49 'systemctl-preset-all.h',
|
/systemd-251/src/core/ |
D | systemd.pc.in | 26 systemd_system_preset_dir=${rootprefix}/lib/systemd/system-preset 32 systemd_user_preset_dir=${prefix}/lib/systemd/user-preset
|
/systemd-251/po/ |
D | meson.build | 8 preset : 'glib',
|
/systemd-251/shell-completion/bash/ |
D | systemctl.in | 132 … --preset-mode -n --lines -o --output -M --machine --message --timestamp --check-inhibitors' 172 --preset-mode) 199 …[NONTEMPLATE_UNITS]='is-active is-failed is-enabled status show preset help list-dependencies edit… 218 is-system-running preset-all'
|
/systemd-251/shell-completion/zsh/ |
D | _systemctl.in | 49 "preset:Enable/disable one or more unit files based on preset configuration" 50 "preset-all:Enable/disable all unit files based on preset configuration" 244 for fun in is-active is-failed is-enabled status show preset help list-dependencies edit revert add…
|
/systemd-251/man/rules/ |
D | meson.build | 1070 ['systemd.preset', '5', [], ''],
|
/systemd-251/docs/ |
D | PORTABILITY_AND_STABILITY.md | 125 | [Presets](https://www.freedesktop.org/software/systemd/man/systemd.preset.html) | File format | y…
|
/systemd-251/ |
D | meson.build | 170 userpresetdir = prefixdir / 'lib/systemd/user-preset' 185 systempresetdir = rootprefixdir / 'lib/systemd/system-preset'
|
D | NEWS | 4044 with the suggested enablement state based on the vendor preset files 5073 done anymore, and instead calling `systemctl preset-all` is 5434 * .preset files (as read by 'systemctl preset') may now be used to 5791 * systemctl disable/unmask/preset/preset-all cannot be used with 9965 system preset files. 10658 * A new command "systemctl preset-all" has been added that 10659 applies the service preset settings to all installed unit 10660 files. A new switch --preset-mode= has been added that 10669 to "systemctl preset-all" is executed during early boot, to 10673 * systemd now contains a minimal preset file that enables the [all …]
|
D | TODO | 1721 * "systemctl preset-all" should probably order the unit files it
|