Provide an implementation for systemd-tmpfiles.

Co-authored-by: aanderse <aaron@fosslib.net>
Co-authored-by: jfroche <jfroche@pyxel.be>
This commit is contained in:
r-vdp 2023-10-12 11:13:08 +02:00
parent 549bc38339
commit e51a1d3ed0
No known key found for this signature in database
6 changed files with 88 additions and 3 deletions

View file

@ -78,5 +78,6 @@
'';
})
);
systemd.tmpfiles.rules = [ "D /var/tmp/system-manager 0755 root root -" ];
};
}