Searched defs:Service (Results 1 – 10 of 10) sorted by relevance
5 [Service] section6 ExecStartPre=/bin/sh -c 'while [ ! -e /run/gnss-uart ]; do sleep 0.2; done'7 ExecStart=/usr/bin/python3 /usr/bin/gnss_replay.py -s /run/gnss-uart -i /usr/share/gnss/test.csv8 Restart=always9 RestartSec=1
7 [Service] section8 …ver_port 9210 -power_state_file /tmp/power_state_marker -power_state_socket /tmp/power_state_socket9 Restart=always
7 [Service] section8 ExecStart=/usr/bin/dumpstate_grpc_server -server_addr vsock:2:93109 Restart=always
7 [Service] section8 ExecStart=/bin/watchdog_test_service9 Restart=always10 WatchdogSec=5
6 [Service] section7 ExecStart=RMTFS_PATH/rmtfs -r -P -s8 Restart=always9 RestartSec=1
4 [Service] section5 ExecStart=QRTR_NS_PATH/qrtr-ns -f 16 Restart=always
6 [Service] section7 ExecStart=TQFTPSERV_PATH/tqftpserv8 Restart=always
6 [Service] section7 ExecStart=PD_MAPPER_PATH/pd-mapper8 Restart=always
37 class Service; variable
88 Service::Service(std::string name, std::string command) in Service() function in dumpstate::hal::configuration::V1_0::Service