You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: site/docs/getting-started/install.md
+30-1
Original file line number
Diff line number
Diff line change
@@ -20,4 +20,33 @@ The only way to run waymond right now is
20
20
waymond -config waymond.toml
21
21
```
22
22
23
-
But the project is looking to improve the CLI experience. So, please take a look [here](https://github.com/scriptnull/waymond/issues?q=is%3Aissue+is%3Aopen+label%3Aarea%2Fcli) if you would like to contribute.
23
+
## Run as a Systemd Service
24
+
After downloading the binary to `/usr/bin` directory, create a new service unit file in the `/etc/systemd/system` directory named `waymond.service`:
0 commit comments