Files
Arch-R/packages/sysutils/systemd/system.d/usercache.service
2017-12-08 03:31:40 +00:00

13 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