Initial commit

This commit is contained in:
2022-06-22 17:06:58 -05:00
commit 50d2f3459b
34 changed files with 2106 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[Unit]
Description=Copy /var contents to writable storage
DefaultDependencies=no
After=local-fs.target
Before=sysinit.target
Before=systemd-update-done.service
ConditionPathIsMountPoint=/var
ConditionNeedsUpdate=/var
[Service]
Type=oneshot
ExecStart=/usr/libexec/copy-var.sh