Added isolate systemd service authored by Gabriel Dengler's avatar Gabriel Dengler
......@@ -31,6 +31,9 @@ git clone https://github.com/ioi/isolate.git
cd isolate
make isolate
sudo make install
sudo cp ./systemd/isolate.service /etc/systemd/system/
sudo systemctl start isolate
sudo systemctl enable isolate
```
The building needs a modern version `gcc`. Instead of `make isolate` you can also consider to user `make`, which also creates a documentation using `a2x` (this software has then to be installed on your operating system, too).
......
......