diff --git a/daemon/installing.md b/daemon/installing.md index 34558eea..14bf2f24 100644 --- a/daemon/installing.md +++ b/daemon/installing.md @@ -182,9 +182,7 @@ WantedBy=multi-user.target Then, run the commands below to reload systemd and start the daemon. ``` bash -systemctl daemon-reload -systemctl enable wings -systemctl start wings +systemctl enable --now wings ``` ### Daemonizing (using Forever)