mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-21 09:39:49 +00:00
chore: Use full steam patch
This commit is contained in:
parent
9351a2a4d0
commit
b343129ab7
@ -2,14 +2,14 @@
|
|||||||
Description=Steam Patch Loader for user %i
|
Description=Steam Patch Loader for user %i
|
||||||
Wants=network.target
|
Wants=network.target
|
||||||
After=network.target
|
After=network.target
|
||||||
ConditionPathExists=/var/home/%i/.steam/steam/
|
ConditionPathExists=/var/home/%i/.local/share/Steam/
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
User=root
|
User=root
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=5s
|
RestartSec=5s
|
||||||
ExecStartPre=touch "/var/home/%i/.steam/steam/.cef-enable-remote-debugging"
|
ExecStartPre=touch "/var/home/%i/.local/share/Steam/.cef-enable-remote-debugging"
|
||||||
ExecStart=/usr/bin/steam-patch --user=%i
|
ExecStart=/usr/bin/steam-patch --user=%i
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user