Files
Arch-R/projects/ROCKNIX/packages/sysutils/systemd/system.d/usercache.service
2025-10-08 00:50:10 +01:00

14 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