distribution/packages/sysutils/systemd/system.d/usercache.service

14 lines
257 B
SYSTEMD
Raw Normal View History

2022-02-05 14:23:32 +00:00
[Unit]
Description=Setup User cache dir
DefaultDependencies=no
After=systemd-tmpfiles-setup.service
Before=automount.service autostart.service
2022-02-05 14:23:32 +00:00
[Service]
Type=oneshot
ExecStart=/usr/bin/usercache-setup
RemainAfterExit=yes
[Install]
WantedBy=sysinit.target