| /OK3568_Linux_fs/buildroot/board/rockchip/electric/fs-overlay/usr/lib/systemd/system/ |
| H A D | systemd-timesyncd.service | 21 [Service] section 22 AmbientCapabilities=CAP_SYS_TIME 23 BusName=org.freedesktop.timesync1 24 CapabilityBoundingSet=CAP_SYS_TIME 28 Environment=SYSTEMD_NSS_RESOLVE_VALIDATE=0 29 ExecStart=!!/usr/lib/systemd/systemd-timesyncd 30 TimeoutSec=3 31 LockPersonality=yes 32 MemoryDenyWriteExecute=yes 33 NoNewPrivileges=yes [all …]
|
| H A D | mosquitto.service | 7 [Service] section 8 Type=notify 9 NotifyAccess=main 10 ExecStart=/usr/sbin/mosquitto -c /etc/mosquitto/mosquitto.conf 11 ExecReload=/bin/kill -HUP $MAINPID 12 Restart=on-failure 13 ExecStartPre=/bin/mkdir -m 740 -p /var/log/mosquitto 14 ExecStartPre=/bin/chown mosquitto /var/log/mosquitto 15 ExecStartPre=/bin/mkdir -m 740 -p /run/mosquitto 16 ExecStartPre=/bin/chown mosquitto /run/mosquitto
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/rng-tools/rng-tools/ |
| H A D | rngd.service | 9 [Service] section 10 EnvironmentFile=-@SYSCONFDIR@/default/rng-tools 11 ExecStart=@SBINDIR@/rngd -f $EXTRA_ARGS 12 CapabilityBoundingSet=CAP_SYS_ADMIN 13 IPAddressDeny=any 14 LockPersonality=yes 15 MemoryDenyWriteExecute=yes 16 NoNewPrivileges=yes 17 PrivateTmp=yes 18 ProtectControlGroups=yes [all …]
|
| /OK3568_Linux_fs/buildroot/package/redis/ |
| H A D | redis.service | 6 [Service] section 7 Type=notify 8 User=redis 9 Group=redis 10 ExecStart=/usr/bin/redis-server --supervised systemd --daemonize no 11 TimeoutStartSec=5 12 TimeoutStopSec=5 13 CapabilityBoundingSet= 14 PrivateTmp=true 15 PrivateDevices=true [all …]
|
| /OK3568_Linux_fs/buildroot/package/i2pd/ |
| H A D | i2pd.service | 5 [Service] section 6 User=i2pd 7 Group=i2pd 8 RuntimeDirectory=i2pd 9 RuntimeDirectoryMode=0700 10 LogsDirectory=i2pd 11 LogsDirectoryMode=0700 12 Type=simple 13 …/i2pd/tunnels.conf --pidfile=/run/i2pd/i2pd.pid --logfile=/var/log/i2pd/i2pd.log --daemon --service 14 ExecReload=/bin/kill -HUP $MAINPID [all …]
|
| /OK3568_Linux_fs/buildroot/package/postgresql/ |
| H A D | postgresql.service | 5 [Service] section 6 Type=notify 10 TimeoutStartSec=0 12 User=postgres 13 Group=postgres 15 StandardOutput=syslog 16 StandardError=syslog 17 SyslogIdentifier=postgres 19 …in/sh -c "if [ ! -f /var/lib/pgsql/PG_VERSION ]; then /usr/bin/pg_ctl initdb -D /var/lib/pgsql; fi" 20 ExecStart=/usr/bin/postgres -D /var/lib/pgsql [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/weston-init/ |
| H A D | weston.service | 33 [Service] section 35 Type=notify 36 EnvironmentFile=/etc/default/weston 37 ExecStart=/usr/bin/weston --modules=systemd-notify.so 44 User=weston 45 Group=weston 48 WorkingDirectory=/home/weston 51 PAMName=weston-autologin 54 TTYPath=/dev/tty7 55 TTYReset=yes [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/ |
| H A D | lircd.service | 5 [Service] section 6 Type=forking 7 EnvironmentFile=/etc/lirc/lircd.conf 8 PIDFile=/run/lirc/lircd.pid 9 ExecStartPre=/bin/mkdir -p /run/lirc 10 ExecStartPre=/bin/rm -f /dev/lircd 11 ExecStartPre=/bin/rm -f /run/lirc/lircd 12 ExecStartPre=/bin/ln -s /run/lirc/lircd /dev/lircd 14 ExecStart=/usr/sbin/lircd --pidfile=/run/lirc/lircd.pid --device=/dev/lirc0 16 ExecStopPost=/bin/rm -f /dev/lircd [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-extended/tgt/files/ |
| H A D | tgtd.service | 5 [Service] section 6 EnvironmentFile=@SYSCONFDIR@/sysconfig/tgtd 8 ExecStart=@SBINDIR@/tgtd -f $TGTD_OPTS 10 ExecStartPost=@BASE_BINDIR@/sleep 5 14 ExecStartPost=@SBINDIR@/tgtadm --op update --mode sys --name State -v offline 16 ExecStartPost=@SBINDIR@/tgt-admin -e -c $TGTD_CONFIG 18 ExecStartPost=@SBINDIR@/tgtadm --op update --mode sys --name State -v ready 22 ExecReload=@SBINDIR@/tgt-admin --update ALL -c $TGTD_CONFIG 26 ExecStop=@SBINDIR@/tgtadm --op update --mode sys --name State -v offline 28 ExecStop=@SBINDIR@/tgt-admin --update ALL -c /dev/null [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/ |
| H A D | postgresql.service | 5 [Service] section 6 Type=forking 7 User=postgres 8 Group=postgres 11 Environment=PGPORT=5432 14 Environment=PGDATA=/var/lib/postgresql/data 17 OOMScoreAdjust=-17 19 ExecStart=@BINDIR@/pg_ctl start -D ${PGDATA} -s -o "-p ${PGPORT}" -w -t 300 20 ExecStop=@BINDIR@/pg_ctl stop -D ${PGDATA} -s -m fast 21 ExecReload=@BINDIR@/pg_ctl reload -D ${PGDATA} -s [all …]
|
| /OK3568_Linux_fs/buildroot/package/nginx/ |
| H A D | nginx.service | 5 [Service] section 6 Type=forking 7 LogsDirectory=nginx 8 CacheDirectory=nginx 9 PIDFile=/run/nginx.pid 10 ExecStartPre=/usr/sbin/nginx -t -q -g 'daemon on; master_process on;' 11 ExecStart=/usr/sbin/nginx -g 'daemon on; master_process on;' 12 ExecReload=/usr/sbin/nginx -g 'daemon on; master_process on;' -s reload 13 ExecStop=/usr/sbin/nginx -s quit 14 PrivateDevices=yes
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ |
| H A D | mysqld.service | 6 [Service] section 7 PIDFile=/var/lib/mysql/mysqld.pid 8 Type=simple 9 User=mysql 10 Group=mysql 13 PermissionsStartOnly=true 16 ExecStart=@BINDIR@/mysqld_safe --basedir=@PREFIX@ 19 ExecStartPost=@BINDIR@/mysql-systemd-start post 21 TimeoutSec=300 22 PrivateTmp=true
|
| /OK3568_Linux_fs/debian/scripts/rkstage0/02-sys-tweaks/files/ |
| H A D | serial-getty@.service | 30 [Service] section 34 ExecStart=-/sbin/agetty --autologin root --noclear %I $TERM 36 Type=idle 37 Restart=always 38 UtmpIdentifier=%I 39 StandardInput=tty 40 StandardOutput=tty 41 TTYPath=/dev/%I 42 TTYReset=yes 43 TTYVHangup=yes [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd-serialgetty/ |
| H A D | serial-getty@.service | 31 [Service] section 32 Environment="TERM=@TERM@" 33 ExecStart=-/sbin/agetty -8 -L %I @BAUDRATE@ $TERM 34 Type=idle 35 Restart=always 36 UtmpIdentifier=%I 37 TTYPath=/dev/%I 38 TTYReset=yes 39 TTYVHangup=yes 40 KillMode=process [all …]
|
| /OK3568_Linux_fs/buildroot/package/rabbitmq-server/ |
| H A D | rabbitmq-server.service | 5 [Service] section 6 Type=simple 7 User=rabbitmq 8 Group=rabbitmq 9 Environment=HOME=/var/lib/rabbitmq 10 WorkingDirectory=/var/lib/rabbitmq 11 LogsDirectory=/var/log/rabbitmq 12 ExecStart=/usr/sbin/rabbitmq-server 13 ExecStop=/usr/sbin/rabbitmqctl stop
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/ |
| H A D | dnsmasq-resolvconf.service | 5 [Service] section 6 Type=forking 7 PIDFile=/run/dnsmasq.pid 8 ExecStartPre=/usr/bin/dnsmasq --test 9 ExecStart=/usr/bin/dnsmasq -x /run/dnsmasq.pid -7 /etc/dnsmasq.d --local-service 10 ExecStartPost=/usr/bin/dnsmasq-resolvconf-helper start 11 ExecStop=/usr/bin/dnsmasq-resolvconf-helper stop 12 ExecStop=/bin/kill $MAINPID 13 ExecReload=/bin/kill -HUP $MAINPID
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/ |
| H A D | openl2tpd.service | 6 [Service] section 7 Type=forking 8 PIDFile=/run/openl2tpd.pid 9 EnvironmentFile=@SYSCONFDIR@/default/openl2tpd 10 …=@BASE_BINDIR@/sh -c "@BASE_SBINDIR@/modprobe -sq l2tp_ppp || @BASE_SBINDIR@/modprobe -sq pppol2tp" 11 ExecStart=@SBINDIR@/openl2tpd $OPENL2TPDARGS 12 …D_CONFIG_FILE" ]; then sleep 1; @BINDIR@/l2tpconfig config restore file=$OPENL2TPD_CONFIG_FILE; fi' 13 …BASE_BINDIR@/sh -c "@BASE_SBINDIR@/modprobe -rsq l2tp_ppp || @BASE_SBINDIR@/modprobe -rsq pppol2tp" 14 SuccessExitStatus=1
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/bind/bind-9.18.11/ |
| H A D | named.service | 7 [Service] section 8 Type=forking 9 EnvironmentFile=-/etc/default/bind9 10 PIDFile=/run/named/named.pid 12 ExecStartPre=@SBINDIR@/generate-rndc-key.sh 13 ExecStart=@SBINDIR@/named $OPTIONS 15 …ad=@BASE_BINDIR@/sh -c '@SBINDIR@/rndc reload > /dev/null 2>&1 || @BASE_BINDIR@/kill -HUP $MAINPID' 17 …top=@BASE_BINDIR@/sh -c '@SBINDIR@/rndc stop > /dev/null 2>&1 || @BASE_BINDIR@/kill -TERM $MAINPID' 19 PrivateTmp=true
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/ |
| H A D | nfs-server.service | 11 [Service] section 12 Type=oneshot 13 EnvironmentFile=-@SYSCONFDIR@/nfs-utils.conf 14 ExecStartPre=@SBINDIR@/exportfs -r 15 ExecStart=@SBINDIR@/rpc.nfsd $NFSD_OPTS $NFSD_COUNT 16 ExecStop=@SBINDIR@/rpc.nfsd 0 17 ExecStopPost=@SBINDIR@/exportfs -au 18 ExecStopPost=@SBINDIR@/exportfs -f 19 ExecReload=@SBINDIR@/exportfs -r 20 RemainAfterExit=yes
|
| /OK3568_Linux_fs/buildroot/package/mariadb/ |
| H A D | mysqld.service | 4 [Service] section 5 …|| mysql_install_db --basedir=/usr --datadir=/var/lib/mysql && chown -R mysql:mysql /var/lib/mysql' 6 ExecStartPre=install -d -o mysql -g root -m 0755 /var/log/mysql 7 ExecStart=/usr/bin/mysqld_safe --log-error=/var/log/mysql/mysqld.log 8 Restart=always 9 User=mysql 10 RuntimeDirectory=mysql 11 RuntimeDirectoryMode=0755
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/hiawatha/files/ |
| H A D | hiawatha.service | 5 [Service] section 6 Type=simple 7 SyslogIdentifier=hiawatha 8 ExecStartPre=/usr/sbin/hiawatha -k ; /usr/sbin/wigwam 9 ExecStart= /usr/sbin/hiawatha -d 10 TimeoutSec=10 12 LimitNOFILE=infinity 13 …ingSet=CAP_NET_BIND_SERVICE CAP_CHOWN CAP_DAC_OVERRIDE CAP_FOWNER CAP_FSETID CAP_SETGID CAP_SETUID
|
| /OK3568_Linux_fs/buildroot/package/sane-backends/ |
| H A D | saned@.service | 5 [Service] section 6 ExecStart=/usr/sbin/saned 7 User=saned 8 Group=saned 9 StandardInput=null 10 StandardOutput=syslog 11 StandardError=syslog 12 Environment=SANE_CONFIG_DIR=/etc/sane.d
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
| H A D | nginx.service | 5 [Service] section 6 Type=forking 7 PIDFile=/run/nginx/nginx.pid 8 ExecStartPre=@SBINDIR@/nginx -t 9 ExecStart=@SBINDIR@/nginx 10 ExecReload=@SBINDIR@/nginx -s reload 11 ExecStop=@BASE_BINDIR@/kill -s QUIT $MAINPID 12 PrivateTmp=true
|
| /OK3568_Linux_fs/kernel/tools/kvm/kvm_stat/ |
| H A D | kvm_stat.service | 7 [Service] section 8 Type=simple 9 ExecStart=/usr/bin/kvm_stat -dtcz -s 10 -L /var/log/kvm_stat.csv 10 ExecReload=/bin/kill -HUP $MAINPID 11 Restart=always 12 RestartSec=60s 13 SyslogIdentifier=kvm_stat 14 SyslogLevel=debug
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/ |
| H A D | mdns.service | 5 [Service] section 6 Type=forking 7 ExecStartPre=/bin/rm -f /var/run/mdnsd.pid 8 ExecStart=/usr/sbin/mdnsd 9 ExecReload=/bin/kill -HUP $MAINPID 10 PIDFile=/var/run/mdnsd.pid 11 Restart=always 12 RestartSec=10s
|