Add config/tools/prefill/steam/recent.service

This commit is contained in:
b.waal 2024-06-09 02:16:45 +02:00
parent 8531b33e63
commit 19f2068e12

View File

@ -0,0 +1,14 @@
[Unit]
Description=SteamPrefill Recent Apps
After=remote-fs.target
Wants=remote-fs.target
[Service]
User=root
WorkingDirectory=/opt/lancache/tools/SteamPrefill
ExecStart=/opt/lancache/tools/SteamPrefill/SteamPrefill prefill --recent --os windows --no-ansi
Type=oneshot
Nice=19
[Install]
WantedBy=multi-user.target