Skip to content

Commit

Permalink
Docs: Fix instructions for setting up systemd service
Browse files Browse the repository at this point in the history
systemctl --user enable hyper-gateway.service returns the error:

The unit files have no installation config (WantedBy=, RequiredBy=, Also=,
Alias= settings in the [Install] section, and DefaultInstance= for template
units). This means they are not meant to be enabled using systemctl.
  • Loading branch information
josephmturner committed May 19, 2023
1 parent aa512ed commit 8c1a167
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ EOF
chmod 644 ~/.local/share/systemd/user/hyper-gateway.service
systemctl --user daemon-reload
systemctl --user enable hyper-gateway.service
systemctl --user start hyper-gateway.service
systemctl --user status hyper-gateway.service
```

0 comments on commit 8c1a167

Please sign in to comment.