]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Wed, 12 Mar 2025 12:34:47 +0000 (13:34 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 12 Mar 2025 12:35:20 +0000 (13:35 +0100)
TODO

diff --git a/TODO b/TODO
index cb8c2f16091df7c18cfcc97fe75a6492625164b8..9d62930f5039c4def1153029d33309f0daa187e2 100644 (file)
--- a/TODO
+++ b/TODO
@@ -176,7 +176,11 @@ Features:
 
 * Maybe rename pkcs7 and public verbs of systemd-keyutil to be more verb like.
 
-* add "homctl export" and "homectl import" that gets you an "atomic" snapshot
+* maybe extend the capsule concept to the per-user instance too: invokes a
+  systemd --user instance with a subdir of $HOME as $HOME, and a subdir of
+  $XDG_RUNTIME_DIR as $XDG_RUNTIME_DIR.
+
+* add "homectl export" and "homectl import" that gets you an "atomic" snapshot
   of your homedir, i.e. either a tarball or a snapshot of the underlying disk
   (use FREEZE/THAW to make it consistent, btrfs snapshots)