From b846a936b439a12e5a23faffe587ab32e42deb13 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 28 Jul 2021 18:50:50 +0200 Subject: [PATCH] README update --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index b8ecdde6..4865885d 100644 --- a/README.md +++ b/README.md @@ -666,6 +666,29 @@ creating directories. To do this, the parition needs to be mounted. systemctl status example ``` + +## Current user systemd services + +The following custom `systemd` services are currently running on the Q7S and can be found in +the `/etc/systemd/system` folder. +You can query that status of a service by running `systemctl status `. + +### `tcfagent` + +This starts the `/usr/bin/agent` program to allows remote debugging. Might not be part of +the mission code + +### `eive-early-config` + +This is a configuration script which runs early after `local-fs.target` and `sysinit.target` +Currently only pipes the output of `xsc_boot_copy` into the file `/tmp/curr_copy.txt` which can be +used by other software components to read the current chip and copy. + +### `eive-post-ntpd-config` + +This is a configuration scripts which runs after the Network Time Protocol has run. This script +currently sets the static IP address `192.168.133.10` and starts the `can` interface. + ## PCDU Connect to serial console of P60 Dock