Lakka-LibreELEC/projects/L4T/packages/systemd/system.d/usercache.service
2022-04-23 21:36:57 +02:00

12 lines
214 B
Desktop File

[Unit]
Description=Setup User cache dir
DefaultDependencies=no
After=systemd-tmpfiles-setup.service
[Service]
Type=oneshot
ExecStart=/usr/bin/usercache-setup
RemainAfterExit=yes
[Install]
WantedBy=sysinit.target