The service account lacks write permissions to the installation folder. Fix (Windows): Grant MODIFY permission to NT AUTHORITY\NETWORK SERVICE . Fix (Linux): sudo chown -R nobody:nogroup /opt/loop-service
If you are investigating this file for security reasons, it is best to verify its contents without opening it directly on your primary machine:
sudo systemctl daemon-reload sudo systemctl enable loop-service sudo systemctl start loop-service