diff options
Diffstat (limited to 'packaging/systemd/meshbay-node.service')
| -rw-r--r-- | packaging/systemd/meshbay-node.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/systemd/meshbay-node.service b/packaging/systemd/meshbay-node.service index 5c4de6b..ad4dc40 100644 --- a/packaging/systemd/meshbay-node.service +++ b/packaging/systemd/meshbay-node.service @@ -24,7 +24,7 @@ WorkingDirectory=%h # configures a contact in Settings. EnvironmentFile=-%h/.config/meshbay/node.env -ExecStart=/usr/bin/meshbay-node --config %h/.config/meshbay/node.toml +ExecStart=/opt/meshbay-common/venv/bin/meshbay-node --config %h/.config/meshbay/node.toml Restart=on-failure RestartSec=10 TimeoutStopSec=30 |