Home
last modified time | relevance | path

Searched full:systemd (Results 1 – 25 of 237) sorted by relevance

12345678910

/aosp_15_r20/packages/modules/Virtualization/build/debian/fai_config/scripts/AVF/
D10-systemd8 ln -s /etc/systemd/system/ttyd.service $target/etc/systemd/system/multi-user.target.wants/ttyd.serv…
9 ln -s /etc/systemd/system/ip_addr_reporter.service $target/etc/systemd/system/multi-user.target.wan…
10 ln -s /etc/systemd/system/virtiofs.service $target/etc/systemd/system/multi-user.target.wants/virti…
11 ln -s /etc/systemd/system/forwarder_guest_launcher.service $target/etc/systemd/system/multi-user.ta…
12 ln -s /etc/systemd/system/virtiofs_internal.service $target/etc/systemd/system/multi-user.target.wa…
13 ln -s /etc/systemd/system/backup_mount.service $target/etc/systemd/system/multi-user.target.wants/b…
14 ln -s /etc/systemd/system/shutdown_runner.service $target/etc/systemd/system/multi-user.target.want…
16 sed -i 's/#LLMNR=yes/LLMNR=no/' $target/etc/systemd/resolved.conf
/aosp_15_r20/external/libcups/config-scripts/
H A Dcups-startup.m432 dnl Systemd is used on Linux...
33 AC_ARG_ENABLE(systemd, [ --disable-systemd disable systemd support]) optenable
34 AC_ARG_WITH(systemd, [ --with-systemd set directory for systemd service files], optwith
41 AC_MSG_ERROR(Need pkg-config to enable systemd support.)
68 AC_CHECK_HEADER(systemd/sd-journal.h,AC_DEFINE(HAVE_SYSTEMD_SD_JOURNAL_H))
70 SYSTEMD_DIR="`$PKGCONFIG --variable=systemdsystemunitdir systemd`"
80 AC_MSG_ERROR(Cannot support both systemd and upstart.)
/aosp_15_r20/external/grpc-grpc/cmake/modules/
H A DFindsystemd.cmake16 find_package(systemd QUIET CONFIG)
18 message(STATUS "Found systemd via CMake.")
22 if(TARGET systemd)
23 message(STATUS "Found systemd via pkg-config already?")
28 pkg_check_modules(SYSTEMD libsystemd>=233)
32 add_library(systemd INTERFACE IMPORTED) target
33 message(STATUS "Found systemd via pkg-config.")
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/cmake/modules/
DFindsystemd.cmake16 find_package(systemd QUIET CONFIG)
18 message(STATUS "Found systemd via CMake.")
22 if(TARGET systemd)
23 message(STATUS "Found systemd via pkg-config already?")
28 pkg_check_modules(SYSTEMD libsystemd)
32 add_library(systemd INTERFACE IMPORTED) target
33 message(STATUS "Found systemd via pkg-config.")
/aosp_15_r20/external/gptfdisk/
H A Dparttypes.cc138 // See https://www.freedesktop.org/software/systemd/man/systemd-gpt-auto-generator.html in AddAllTypes()
139 // and https://systemd.io/DISCOVERABLE_PARTITIONS in AddAllTypes()
140 …2, "933AC7E1-2EB4-4F13-B844-0E14E2AEF915", "Linux /home"); // Linux /home (auto-mounted by systemd) in AddAllTypes()
141 …40-F297-41B2-9AF7-D131D5F0458A", "Linux x86 root (/)"); // Linux / on x86 (auto-mounted by systemd) in AddAllTypes()
142 …D-4DB1-96E7-FBCAF984B709", "Linux x86-64 root (/)"); // Linux / on x86-64 (auto-mounted by systemd) in AddAllTypes()
143 …1C3-AF44-4C6F280D3FAE", "Linux ARM64 root (/)"); // Linux / on 64-bit ARM (auto-mounted by systemd) in AddAllTypes()
144 …306, "3B8F8425-20E0-4F3B-907F-1A25A76F98E8", "Linux /srv"); // Linux /srv (auto-mounted by systemd) in AddAllTypes()
145 …E3C-B16C-21A1D49ABED3", "Linux ARM32 root (/)"); // Linux / on 32-bit ARM (auto-mounted by systemd) in AddAllTypes()
148 …E-4225-855A-9DAF8ED7EA97", "Linux IA-64 root (/)"); // Linux / on Itanium (auto-mounted by systemd) in AddAllTypes()
154 …310, "4D21B016-B534-45C2-A9FB-5C16E091FD2D", "Linux /var"); // Linux /var (auto-mounted by systemd) in AddAllTypes()
[all …]
/aosp_15_r20/external/e2fsprogs/debian/
H A De2fsprogs.postinst.dh915 deb-systemd-helper unmask "$1" >/dev/null || true
17 if deb-systemd-helper --quiet was-enabled "$1"; then
18 deb-systemd-helper enable "$1" >/dev/null || true
20 deb-systemd-helper update-state "$1" >/dev/null || true
27 if [ -d /run/systemd/system ]; then
29 deb-systemd-invoke start e2scrub_all.timer >/dev/null || true
H A De2fsprogs.postrm.dh94 deb-systemd-helper mask "$1" >/dev/null || true
6 if deb-systemd-helper --quiet was-enabled "$1"; then
9 deb-systemd-helper disable "$1" >/dev/null || true
29 if [ -d /run/systemd/system ]; then
30 deb-systemd-invoke stop e2scrub_all.timer >/dev/null || true
/aosp_15_r20/kernel/tests/net/test/rootfs/
H A Dcommon.sh115 ln -s /lib/systemd/system/serial-getty\@.service \
116 /etc/systemd/system/getty.target.wants/serial-getty\@"${device}".service
157 # Prevents systemd boot issues with read-only rootfs
158 mkdir -p /var/lib/systemd/{coredump,linger,rfkill,timesync}
159 chown systemd-timesync:systemd-timesync /var/lib/systemd/timesync
/aosp_15_r20/external/libcups/packaging/
H A Dcups.spec.in19 # systemd - Enable/disable systemd support (default = enable)
37 %{!?_with_systemd: %{!?_without_systemd: %define _with_systemd --with-systemd}}
38 %{?_with_systemd: %define _systemd --enable-systemd}
39 %{!?_with_systemd: %define _systemd --disable-systemd}
69 BuildRequires: systemd-devel
205 # SystemD
206 /usr/lib/systemd/system/org.cups.cupsd.*
427 # SystemD
428 /usr/lib/systemd/system/org.cups.cups-lpd*
H A Dcups.spec19 # systemd - Enable/disable systemd support (default = enable)
37 %{!?_with_systemd: %{!?_without_systemd: %define _with_systemd --with-systemd}}
38 %{?_with_systemd: %define _systemd --enable-systemd}
39 %{!?_with_systemd: %define _systemd --disable-systemd}
69 BuildRequires: systemd-devel
205 # SystemD
206 /usr/lib/systemd/system/org.cups.cupsd.*
427 # SystemD
428 /usr/lib/systemd/system/org.cups.cups-lpd*
/aosp_15_r20/external/e2fsprogs/scrub/
H A DMakefile.in37 INSTALLDIRS_TGT += installdirs-systemd installdirs-libprogs
38 INSTALL_TGT += install-systemd install-libprogs
39 UNINSTALL_TGT += uninstall-systemd uninstall-libprogs
100 installdirs-systemd:
127 install-systemd: $(SERVICE_FILES) installdirs-systemd
167 uninstall-systemd:
H A De2scrub_all.in96 # when e2scrub_all is run out of cron or a systemd timer.
149 # systemd doesn't know to do path escaping on the instance variable we pass
153 # systemd path escaping also drops the initial slash so we add that back in so
161 echo "-$(systemd-escape --path "${path}")"
170 # If we're not reaping and systemd is present, try invoking the
171 # systemd service.
/aosp_15_r20/external/mesa3d/.gitlab-ci/container/
H A Dstrip-rootfs.sh124 '*systemd-resolve*' # systemd dns resolver
125 '*networkd*' # systemd network configuration
126 '*timesyncd*' # systemd ntp
127 'systemd-hwdb*' # systemd hw database
/aosp_15_r20/external/grpc-grpc/examples/cpp/systemd_socket_activation/
H A DREADME.md1 gRPC systemd Socket Activation Example
4 This example shows how to use systemd's [socket-based activation](https://www.freedesktop.org/softw…
10 * Creates a systemd socket-activated service.
12 * Reloads the systemd daemon.
H A Dtest.sh25 rm /etc/systemd/system/sdsockact.service
26 rm /etc/systemd/system/sdsockact.socket
43 cat << EOF > /etc/systemd/system/sdsockact.service
48 cat << EOF > /etc/systemd/system/sdsockact.socket
/aosp_15_r20/external/elfutils/doc/
H A Ddebuginfod.service.86 debuginfod.service \- debuginfo related information server for systemd
9 .B /usr/lib/systemd/system/debuginfod.service
13 systemd, serving debuginfo-related artifacts over HTTP.
26 /usr/lib/systemd/system/debuginfod.service, /var/cache/debuginfod/debuginfod.sqlite
30 debuginfod(8), debuginfod-find(1), systemctl(1), systemd.service(5)
/aosp_15_r20/external/grpc-grpc/cmake/
H A Dsystemd.cmake19 find_package(systemd REQUIRED)
21 find_package(systemd)
26 if(TARGET systemd)
27 set(_gRPC_SYSTEMD_LIBRARIES systemd ${SYSTEMD_LINK_LIBRARIES})
30 set(_gRPC_FIND_SYSTEMD "if(NOT systemd_FOUND)\n find_package(systemd)\nendif()")
/aosp_15_r20/external/libcap-ng/
H A DREADME.md139 is how systemd grants capabilities to a daemon running in a service account.
149 1 1655 systemd-oom systemd-oomd dac_override, kill @ +
150 1 1656 systemd-resolve systemd-resolve net_raw @ +
159 systemd service (using ld), or create a wrapper script that then starts the
/aosp_15_r20/external/bcc/tools/
H A Dcachetop_example.txt20 1 root systemd 2 0 0 100.0% 0.0%
25 877 vagrant systemd 18 4 2 72.7% 13.6%
31 987 root systemd-udevd 566 9 4 97.7% 1.2%
32 988 root systemd-cgroups 569 9 4 97.8% 1.2%
34 287 root systemd-journal 598 371 454 14.9% 0.3%
H A Dtcpstates.py32 ./tcpstates -Y # log events to the systemd journal
58 help="log session state changes to the systemd journal")
308 from systemd import journal
310 print("ERROR: Journal logging requires the systemd.journal module")
342 # Standard fields described in systemd.journal-fields(7). journal.send
344 # root and specify OBJECT_PID, systemd-journald will add other OBJECT_*
370 del fields['OBJECT_COMM'] # Handled by systemd-journald
/aosp_15_r20/external/ublksrv/.github/workflows/
H A Dci.yml76 sudo apt install -y dnf rpm systemd-container qemu-system-x86 ovmf e2fsprogs btrfs-progs
77 #python3 -m pip install --user git+https://github.com/systemd/mkosi.git
78 #python3 -m pip install --user https://github.com/systemd/mkosi/archive/refs/tags/v14.tar.gz
79 wget https://github.com/systemd/mkosi/archive/refs/tags/v14.tar.gz
89 sudo systemctl enable --now systemd-networkd
/aosp_15_r20/external/perfetto/infra/ci/worker/
H A Dgce-startup-script.sh93 # Register a systemd service to stop worker containers gracefully on shutdown.
94 cat > /etc/systemd/system/graceful_shutdown.sh <<EOF
101 chmod 755 /etc/systemd/system/graceful_shutdown.sh
105 cat > /etc/systemd/system/graceful_shutdown.service <<EOF
115 ExecStop=/etc/systemd/system/graceful_shutdown.sh
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/cmake/
Dsystemd.cmake15 find_package(systemd)
16 if(TARGET systemd)
17 set(_gRPC_SYSTEMD_LIBRARIES systemd ${SYSTEMD_LINK_LIBRARIES})
20 set(_gRPC_FIND_SYSTEMD "if(NOT systemd_FOUND)\n find_package(systemd)\nendif()")
/aosp_15_r20/packages/modules/adb/docs/dev/
Dsocket-activation.md2 adb can be configured to work with systemd-style socket activation,
5 systemd service directories (e.g., ~/.config/systemd/user for a user
17 # FD 3 is part of the systemd interface
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dmain.rs24 .arg(Arg::with_name("systemd").long("systemd").help("If btadapterd uses systemd init")) in main()
37 let is_systemd = matches.is_present("systemd"); in main()
72 // Determine whether to use upstart or systemd in main()

12345678910