From 1fa1ee057d4c0cdd6ee3b0af99ed9c2bbddc1613 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. --- meson_options.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index f39bed270..cf093a615 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -108,6 +108,8 @@ option('utmp', type : 'boolean', # description : 'install the systemd-localed stack') # option('machined', type : 'boolean', # description : 'install the systemd-machined stack') +# option('portabled', type : 'boolean', +# description : 'install the systemd-portabled stack') # option('networkd', type : 'boolean', # description : 'install the systemd-networkd stack') # option('timedated', type : 'boolean', -- cgit v1.2.3