distribution/packages/sysutils/systemd/system.d/usercache.service
2022-02-05 09:23:32 -05: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