mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-24 18:37:10 +00:00
409a8d4276
The layer contains recipes for Parsec service version 0.7.0 and parsec-tool version 0.3.0. The Parsec service is built with all supported providers and deployed with the MbedCrypto provider enabled. Both systemd and sysv-init are supported. Signed-off-by: Anton Antonov <Anton.Antonov@arm.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
20 lines
643 B
Diff
20 lines
643 B
Diff
|
|
Run the Parsec service as parsec user in /var/lib/parsec/ working directory.
|
|
|
|
Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
|
|
Upstream-Status: Inappropriate [deployment configuration]
|
|
|
|
--- a/systemd-daemon/parsec.service 2021-03-28 18:34:18.703196235 +0100
|
|
+++ b/systemd-daemon/parsec.service 2021-03-28 18:35:14.279830299 +0100
|
|
@@ -3,7 +3,9 @@
|
|
Documentation=https://parallaxsecond.github.io/parsec-book/parsec_service/install_parsec_linux.html
|
|
|
|
[Service]
|
|
-WorkingDirectory=/home/parsec/
|
|
+User=parsec
|
|
+Group=parsec
|
|
+WorkingDirectory=/var/lib/parsec/
|
|
ExecStart=/usr/libexec/parsec/parsec --config /etc/parsec/config.toml
|
|
|
|
[Install]
|