13 lines
214 B
SYSTEMD
13 lines
214 B
SYSTEMD
|
[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
|