Skip to content

Instantly share code, notes, and snippets.

@asvdvl
Created May 13, 2024 18:20
Show Gist options
  • Save asvdvl/d9e92f6c97b85c2921e557884904837c to your computer and use it in GitHub Desktop.
Save asvdvl/d9e92f6c97b85c2921e557884904837c to your computer and use it in GitHub Desktop.
apt install unzip
unzip BlendFarm.Server-1.1.6-Linux64.zip
rm BlendFarm.Server-1.1.6-Linux64.zip
adduser blendfarm
systemctl edit --full --force blendfarm
#paste:
[Unit]
Description=BlendFarm Service
After=network.target
[Service]
User=blendfarm
Group=blendfarm
WorkingDirectory=/home/blendfarm/server
ExecStart=/home/blendfarm/server/LogicReinc.BlendFarm.Server
Restart=always
[Install]
WantedBy=multi-user.target
#end
mkdir /home/blendfarm/server
mv BlendFarm.Server-1.1.6-Linux64/* /home/blendfarm/server/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment