Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Nov 2, 2022 · 0 comments

Comments

@mackiexx
Copy link

mackiexx commented Nov 2, 2022

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`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant