chore: Automatically restart steam-patch on crash

This commit is contained in:
Kyle Gospodnetich 2023-10-05 22:29:00 -07:00 committed by GitHub
parent cddd77c5c5
commit e968a8534b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,8 @@ After=network.target
[Service]
Type=simple
User=root
Restart=on-failure
RestartSec=5s
ExecStart=/usr/bin/steam-patch --user=%i
[Install]