matrix-org / pantalaimon

E2EE aware proxy daemon for matrix clients.
Apache License 2.0
279 stars 41 forks source link

Error, g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.pantalaimon1 was not provided by any .service files (2) #143

Open mackiexx opened 1 year ago

mackiexx commented 1 year ago

When i start pantalaimon with pantalaimon --log-level debug, it works with panctl. However, creating a systemd service file results to this error "Error, g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.pantalaimon1 was not provided by any .service files (2)". How do i create a working systemd file so pantalaimon can run always. This is my systemd file

`[Unit] Description=pantalaimon After=network.target matrix-synapse.target Requires=dbus.socket

[Service] Type=simple User=root WorkingDirectory=/opt/venvs/matrix-synapse/lib/python3.10/site-packages/pantalaimon ExecStart=pantalaimon Restart=always

[Install] WantedBy=multi-user.target`