Home
last modified time | relevance | path

Searched refs:systemctl (Results 1 – 25 of 62) sorted by relevance

123

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dsystemd.py16 def systemctl(self, action='', target='', expected=0, verbose=False): member in SystemdTest
82 self.systemctl('--version')
86 self.systemctl('list-unit-files')
94 output = self.systemctl('list-units', '--failed')
97 output += self.systemctl('status --full --failed')
106 self.systemctl('status --full', 'avahi-daemon.service')
110 self.systemctl('stop', 'avahi-daemon.service')
111 self.systemctl('is-active', 'avahi-daemon.service',
113 self.systemctl('start','avahi-daemon.service')
114 self.systemctl('is-active', 'avahi-daemon.service', verbose=True)
[all …]
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-gnome-arm64/customization/hooks/live/
H A D0022-disable-systemd-services.chroot6 systemctl mask ${service}-wait-online.service
10 systemctl mask wpa_supplicant-wired@
11 systemctl mask wpa_supplicant-nl80211@
12 systemctl mask wpa_supplicant@
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-base-arm64/customization/hooks/live/
H A D0022-disable-systemd-services.chroot6 systemctl mask ${service}-wait-online.service
10 systemctl mask wpa_supplicant-wired@
11 systemctl mask wpa_supplicant-nl80211@
12 systemctl mask wpa_supplicant@
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-xfce-arm64/customization/hooks/live/
H A D0022-disable-systemd-services.chroot6 systemctl mask ${service}-wait-online.service
10 systemctl mask wpa_supplicant-wired@
11 systemctl mask wpa_supplicant-nl80211@
12 systemctl mask wpa_supplicant@
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-xfce-armhf/customization/hooks/live/
H A D0022-disable-systemd-services.chroot6 systemctl mask ${service}-wait-online.service
10 systemctl mask wpa_supplicant-wired@
11 systemctl mask wpa_supplicant-nl80211@
12 systemctl mask wpa_supplicant@
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-lxde-arm64/customization/hooks/live/
H A D0022-disable-systemd-services.chroot6 systemctl mask ${service}-wait-online.service
10 systemctl mask wpa_supplicant-wired@
11 systemctl mask wpa_supplicant-nl80211@
12 systemctl mask wpa_supplicant@
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-gnome-armhf/customization/hooks/live/
H A D0022-disable-systemd-services.chroot6 systemctl mask ${service}-wait-online.service
10 systemctl mask wpa_supplicant-wired@
11 systemctl mask wpa_supplicant-nl80211@
12 systemctl mask wpa_supplicant@
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-lxde-armhf/customization/hooks/live/
H A D0022-disable-systemd-services.chroot6 systemctl mask ${service}-wait-online.service
10 systemctl mask wpa_supplicant-wired@
11 systemctl mask wpa_supplicant-nl80211@
12 systemctl mask wpa_supplicant@
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-base-armhf/customization/hooks/live/
H A D0022-disable-systemd-services.chroot6 systemctl mask ${service}-wait-online.service
10 systemctl mask wpa_supplicant-wired@
11 systemctl mask wpa_supplicant-nl80211@
12 systemctl mask wpa_supplicant@
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0003-implment-systemd-sysv-install-for-OE.patch14 src/systemctl/systemd-sysv-install.SKELETON | 6 +++---
17 diff --git a/src/systemctl/systemd-sysv-install.SKELETON b/src/systemctl/systemd-sysv-install.SKELE…
19 --- a/src/systemctl/systemd-sysv-install.SKELETON
20 +++ b/src/systemctl/systemd-sysv-install.SKELETON
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/
H A Dbugfix-adjust-statd-service-name.patch31 - if systemctl start rpc-statd.service; then
32 + if systemctl start nfs-statd.service; then
34 # on 'systemctl isolate ..'
35 - systemctl add-wants --runtime remote-fs.target rpc-statd.service
36 + systemctl add-wants --runtime remote-fs.target nfs-statd.service
/OK3568_Linux_fs/debian/scripts/rkstage0/04-ethernet-tweaks/
H A D00-run.sh19 systemctl disable NetworkManager-wait-online.service
21 systemctl enable ssh
23 systemctl disable ssh
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A Drun-ptest49 systemctl status rpcbind > /dev/null || systemctl start rpcbind > /dev/null
52 which systemctl > /dev/null && systemctl status rpcbind > /dev/null || service rpcbind status > /de…
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dsystemd.bbclass19 d.appendVar("DEPENDS", " systemd-systemctl-native")
20 d.appendVar("PACKAGE_WRITE_DEPS", " systemd-systemctl-native")
26 if systemctl >/dev/null 2>/dev/null; then
35 systemctl ${OPTS} enable "$service"
40 systemctl daemon-reload
41 systemctl preset ${SYSTEMD_SERVICE_ESCAPED}
44 systemctl --no-block restart ${SYSTEMD_SERVICE_ESCAPED}
51 if systemctl >/dev/null 2>/dev/null; then
53 systemctl stop ${SYSTEMD_SERVICE_ESCAPED}
55 systemctl disable ${SYSTEMD_SERVICE_ESCAPED}
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/modutils-initscripts/
H A Dmodutils-initscripts.bb24 PACKAGE_WRITE_DEPS:append = " ${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd-systemctl-n…
26 if type systemctl >/dev/null 2>/dev/null; then
30 systemctl $OPTS mask modutils.service
/OK3568_Linux_fs/debian/scripts/rkstage0/03-sys-storage/
H A D00-run.sh32 systemctl enable usbdevice
33 systemctl enable automount
34 systemctl enable resize-disk
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libauthen/libauthen-radius-perl/
H A Drun-ptest11 systemctl restart radiusd || /etc/init.d/radiusd restart || {
21 systemctl restart radiusd || /etc/init.d/radiusd restart
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/
H A Dsystemd-systemctl-native.bb10 SRC_URI = "file://systemctl"
16 install -m 0755 ${WORKDIR}/systemctl ${D}${bindir}
H A Dsystemd-compat-units.bb7 PACKAGE_WRITE_DEPS += "systemd-systemctl-native"
43 systemctl $OPTS mask $i.service
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/keymaps/
H A Dkeymaps_1.0.bb39 …nd = " ${@bb.utils.contains('DISTRO_FEATURES','systemd sysvinit','systemd-systemctl-native','',d)}"
45 systemctl $OPTS mask keymap.service
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0029-multipath-tools-modify-Makefile.inc-for-cross-compil.patch45 - ifeq ($(shell systemctl --version >/dev/null 2>&1 && echo 1), 1)
46 - SYSTEMD = $(shell systemctl --version 2> /dev/null | \
/OK3568_Linux_fs/debian/overlay/etc/init.d/
H A Drockchip.sh143 systemctl restart gdm3.service || true
145 systemctl restart lightdm.service || true
147 systemctl restart rkaiq_3A.service || true
/OK3568_Linux_fs/buildroot/package/gmrender-resurrect/
H A D0001-Drop-UpnpInit.patch34 # systemctl daemon-reload
35 # systemctl start gmediarender.service
66 # systemctl daemon-reload
67 # systemctl start gmediarender.service
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-lxde-arm64/customization/includes.chroot/etc/
H A Drc.local17 systemctl stop ssh.socket||true
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-xfce-arm64/customization/includes.chroot/etc/
H A Drc.local17 systemctl stop ssh.socket||true

123