Changes
Page history
Added isolate systemd service
authored
Dec 19, 2024
by
Gabriel Dengler
Show whitespace changes
Inline
Side-by-side
Installation.md
View page @
8677c1eb
...
...
@@ -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).
...
...
...
...