From 61d0578b07b97cbffebfd350bac481274e310d39 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 16 Apr 2018 21:41:40 +0200 Subject: add new portable service framework This adds a small service "systemd-portabled" and a matching client "portablectl", which implement the "portable service" concept. The daemon implements the actual operations, is PolicyKit-enabled and is activated on demand with exit-on-idle. Both the daemon and the client are an optional build artifact, enabled by default rhough. --- tmpfiles.d/portables.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tmpfiles.d/portables.conf (limited to 'tmpfiles.d/portables.conf') diff --git a/tmpfiles.d/portables.conf b/tmpfiles.d/portables.conf new file mode 100644 index 0000000000..b8ddf7f4b7 --- /dev/null +++ b/tmpfiles.d/portables.conf @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: LGPL-2.1+ +# See tmpfiles.d(5) for details + +Q /var/lib/portables 0700 -- cgit v1.2.1