Skip to content
Snippets Groups Projects
Commit 20f11d58 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

Easier installation of the systemd service

parent 3799d2bc
No related branches found
No related tags found
No related merge requests found
......@@ -38,12 +38,12 @@ add the line `User=<user>` below the `[Service]` section of
`devhub.service`.
```shell
sudo cp devhub.service /etc/systemd/system/
sudo systemctl enable devhub.service
sudo systemctl start devhub.service
cd /usr/local/share/devhub
sudo systemctl link $PWD/devhub.service # register the service
sudo systemctl enable devhub.service # Make sure the service is started on every new boot
sudo systemctl daemon-reload # Reread the content of `devhub.service'
sudo systemctl restart devhub.service # Start the service (again)
```
Check status of `devhub` service by:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment