commit: 5b8c8bd0a57ebb4084fbcbcc7f7352a5eada1eda Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Nov 8 12:47:30 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Nov 8 12:47:30 2025 +0000 URL: https://gitweb.gentoo.org/proj/steve.git/commit/?id=5b8c8bd0
Add data files for suggested setup Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> data/sandbox.conf | 1 + data/steve.service | 11 +++++++++++ data/steve.tmpfiles | 1 + 3 files changed, 13 insertions(+) diff --git a/data/sandbox.conf b/data/sandbox.conf new file mode 100644 index 0000000..119307d --- /dev/null +++ b/data/sandbox.conf @@ -0,0 +1 @@ +SANDBOX_WRITE="/run/portage/jobserver" diff --git a/data/steve.service b/data/steve.service new file mode 100644 index 0000000..015edb0 --- /dev/null +++ b/data/steve.service @@ -0,0 +1,11 @@ +[Service] +Type=exec +ExecStartPre=/bin/rm -f /run/portage/jobserver +ExecStart=/usr/bin/steve /run/portage/jobserver +User=portage +Group=portage +UMask=007 + +[Install] +WantedBy=multi-user.target + diff --git a/data/steve.tmpfiles b/data/steve.tmpfiles new file mode 100644 index 0000000..99048b1 --- /dev/null +++ b/data/steve.tmpfiles @@ -0,0 +1 @@ +d /run/portage 0750 portage portage - -
