14 lines
315 B
Desktop File
14 lines
315 B
Desktop File
[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 |