HomeSort by: relevance | last modified time | path
    Searched refs:systemd (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
Makefile 4 ALL += systemd/wpa_supplicant.service
5 ALL += systemd/wpa_supplicant@.service
6 ALL += systemd/wpa_supplicant-nl80211@.service
7 ALL += systemd/wpa_supplicant-wired@.service
  /src/external/bsd/openresolv/dist/
systemd-resolved.in 5 # systemd-resolved subscriber for resolvconf
41 : ${systemd_resolved_conf:=/run/systemd/resolved.conf.d/60-resolvconf.conf}
42 : ${systemd_delegate_dir:=/run/systemd/dns-delegate.d}
63 # DNS Delegates requires https://github.com/systemd/systemd/pull/34368
93 pid=$(pidof systemd-resolved)
resolvectl.in 37 # If we don't have resolvectl or systemd-resolved isn't running then
39 # We can't persist our data in /run/systemd/resolve/netif/$ifindex
40 # because systemd-resolved keeps it somehow, ie we can't change it
44 ! pidof systemd-resolved >/dev/null
94 # systemd-resolved subscriber instead which supports DNS delegates.
108 # systemd-resolved subscriber instead which supports DNS delegates.
134 # systemd-resolved doesn't work with lo
resolvconf.in 402 # As systemd and OpenRC can be installed on top of legacy init
406 if [ -x /bin/systemctl ] && [ -S /run/systemd/private ]; then
412 elif [ -x /usr/bin/systemctl ] && [ -S /run/systemd/private ]; then
  /src/external/bsd/tmux/dist/compat/
systemd.c 22 #include <systemd/sd-bus.h>
23 #include <systemd/sd-daemon.h>
24 #include <systemd/sd-login.h>
25 #include <systemd/sd-id128.h>
74 xasprintf(cause, "systemd socket error (%s)", strerror(errno));
  /src/external/bsd/dhcpcd/dist/hooks/
dhcpcd-run-hooks 230 # As systemd and OpenRC can be installed on top of legacy init
234 if [ -x /bin/systemctl ] && [ -S /run/systemd/private ]; then
238 elif [ -x /usr/bin/systemctl ] && [ -S /run/systemd/private ]; then
  /src/external/bsd/unbound/dist/daemon/
daemon.c 99 #include <systemd/sd-daemon.h>
837 "access/permission to use the socket presented by systemd.",
  /src/external/bsd/ppp/dist/pppd/
auth.c 111 #ifdef SYSTEMD
112 #include <systemd/sd-daemon.h>
1220 #ifdef SYSTEMD
1222 dbglog("up_sdnotify is set. Now notifying systemd: READY=1");
  /src/external/bsd/tmux/dist/
configure 1483 --enable-systemd enable systemd integration
1485 --disable-cgroups disable adding panes to new cgroups with systemd
1544 C compiler flags for SYSTEMD, overriding pkg-config
1546 linker flags for SYSTEMD, overriding pkg-config
6750 # Check for systemd support.
6751 # Check whether --enable-systemd was given.
6839 as_fn_error $? "\"systemd not found\"" "$LINENO" 5
6864 as_fn_error $? "\"cgroups requires systemd to be enabled\"" "$LINENO" 5
  /src/external/bsd/nsd/dist/
xfrd.c 43 #include <systemd/sd-daemon.h>
configure 1488 --enable-systemd compile with systemd support
1559 C compiler flags for SYSTEMD, overriding pkg-config
1561 linker flags for SYSTEMD, overriding pkg-config
12704 # Include systemd.m4 - begin
12705 # macros for configuring systemd
12708 # Check whether --enable-systemd was given.
13010 as_fn_error $? "systemd enabled but libsystemd not found" "$LINENO" 5 ;; #(
13025 # Include systemd.m4 - end
  /src/external/bsd/openldap/dist/
configure 1664 --with-systemd with systemd service notification support [auto]
1704 value of systemdsystemunitdir for systemd, overriding pkg-config
3489 # OpenLDAP --with-systemd
3491 # Check whether --with-systemd was given.
3502 as_fn_error $? "bad value $withval for --with-systemd" "$LINENO" 5
3509 # end --with-systemd
23739 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: servers disabled, ignoring --with-systemd=$ol_with_systemd argument" >&5
23740 printf "%s\n" "$as_me: WARNING: servers disabled, ignoring --with-systemd=$ol_with_systemd argument" >&2;}
23746 ac_fn_c_check_header_compile "$LINENO" "systemd/sd-daemon.h" "ac_cv_header_systemd_sd_daemon_h" "$ac_includes_default
    [all...]
  /src/external/bsd/unbound/dist/services/
listen_dnsport.c 75 #include <systemd/sd-daemon.h>
197 log_warn("systemd is not running");
199 log_err("systemd sd_booted(): %s", strerror(-r));
207 log_warn("Systemd mandatory ENV variable is not defined: LISTEN_PID");
212 log_warn("Systemd mandatory ENV variable is not defined: LISTEN_FDS");
218 log_warn("systemd: did not return socket, check unit configuration");
220 log_err("systemd sd_listen_fds(): %s", strerror(-r));
232 log_err_addr("systemd sd_listen_fds()",
236 log_err("systemd sd_listen_fds(): %s", path);
507 /* Systemd wants to control if the socket is v6 onl
    [all...]
  /src/external/bsd/unbound/dist/
configure 1607 --enable-systemd compile with systemd support (requires libsystemd,
1746 C compiler flags for SYSTEMD, overriding pkg-config
1748 linker flags for SYSTEMD, overriding pkg-config
18667 # Include systemd.m4 - begin
18668 # macros for configuring systemd
18671 # Check whether --enable-systemd was given.
18880 as_fn_error $? "systemd enabled but libsystemd not found" "$LINENO" 5 ;; #(
18892 as_fn_error $? "systemd enabled but need pkg-config to configure for it" "$LINENO" 5
18905 # Include systemd.m4 - en
    [all...]

Completed in 65 milliseconds