You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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`
The text was updated successfully, but these errors were encountered: