Skip to content

Commit

Permalink
doc: fix deploy-as-systemd
Browse files Browse the repository at this point in the history
fix Deploy as a systemd service, now it has a separately script
  • Loading branch information
kgeonw committed Nov 28, 2021
1 parent ea13b86 commit 147e85b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Build/node-cli.md
Expand Up @@ -82,9 +82,9 @@ The preferred way to run the node is through a service manager like systemd. Thi
Execute the below command to deploy your node as a systemd service (from the respective scripts folder):
```bash
cd $CNODE_HOME/scripts
./cnode.sh -d
# Deploying cnode.service as systemd service..
# cnode.service deployed successfully!!
./deploy-as-systemd.sh
# You can then start/restart the node with sudo systemctl restart cnode
# This will automatically start all installed companion services due to service dependency
```

**2. Start the node**
Expand Down

0 comments on commit 147e85b

Please sign in to comment.