From 8531b33e632307e25e1e1ac23941e7ca7e3c07e2 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Sun, 9 Jun 2024 02:16:11 +0200 Subject: [PATCH] Add config/tools/prefill/steam/selected.service --- config/tools/prefill/steam/selected.service | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config/tools/prefill/steam/selected.service diff --git a/config/tools/prefill/steam/selected.service b/config/tools/prefill/steam/selected.service new file mode 100644 index 0000000..3a188d6 --- /dev/null +++ b/config/tools/prefill/steam/selected.service @@ -0,0 +1,14 @@ +[Unit] +Description=SteamPrefill Selected Apps +After=remote-fs.target +Wants=remote-fs.target + +[Service] +User=root +WorkingDirectory=/opt/lancache/tools/SteamPrefill +ExecStart=/opt/lancache/tools/SteamPrefill/SteamPrefill prefill --os windows --no-ansi +Type=oneshot +Nice=19 + +[Install] +WantedBy=multi-user.target \ No newline at end of file