mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Remove internal chmod +x after update
According to the .NET 6.0 ZipFile changes, .NET can now preserve chmod +x after extracting archive, so this "workaround" should no longer be needed
This commit is contained in:
@@ -99,6 +99,5 @@ while :; do
|
||||
fi
|
||||
fi
|
||||
|
||||
chmod +x "$SCRIPT_PATH" # If ASF exited by itself, we need to ensure that our script is still set to +x after auto-update
|
||||
sleep 1
|
||||
done
|
||||
|
||||
@@ -5,7 +5,7 @@ WantedBy=multi-user.target
|
||||
EnvironmentFile=-/etc/asf/%i
|
||||
ExecStart=/home/%i/ArchiSteamFarm/ArchiSteamFarm --no-restart --process-required --service --system-required
|
||||
Restart=on-success
|
||||
RestartSec=5s
|
||||
RestartSec=1s
|
||||
SyslogIdentifier=asf-%i
|
||||
User=%i
|
||||
|
||||
|
||||
Reference in New Issue
Block a user