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
Wants=network.target
After=network.target
ConditionPathExists=/var/home/%i/.steam/steam/
ConditionPathExists=/var/home/%i/.local/share/Steam/
[Service]
Type=simple
User=root
Restart=on-failure
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
[Install]