diff options
Diffstat (limited to 'packaging/systemd/meshbay-node-user.service')
| -rw-r--r-- | packaging/systemd/meshbay-node-user.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/systemd/meshbay-node-user.service b/packaging/systemd/meshbay-node-user.service index 62ca4de..feb415b 100644 --- a/packaging/systemd/meshbay-node-user.service +++ b/packaging/systemd/meshbay-node-user.service @@ -36,7 +36,7 @@ Type=simple # 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 # The client asks for a reload after changing a group's directories, and that # must not drop a member who is watching a film. ExecReload=/bin/kill -HUP $MAINPID |