9dd0d3270d
* Revert enabling blkid in e2fsprogs, this conflicts with the busybox binary and causes partitions to fail to resize on first boot. * Optimize startup order and apply a guard to set_settings to ensure the system configuration exists before writing to it. This resolves black screen issues that sometimes occur during the initial boot.
13 lines
257 B
Desktop File
13 lines
257 B
Desktop File
[Unit]
|
|
Description=Setup User cache dir
|
|
DefaultDependencies=no
|
|
After=systemd-tmpfiles-setup.service
|
|
Before=automount.service autostart.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/usercache-setup
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|