chore: Use full steam patch

This commit is contained in:
Kyle Gospodnetich 2023-11-05 00:56:24 -07:00
parent 9351a2a4d0
commit b343129ab7

View File

@ -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]