fix: wait for moonraker if present, this will aid those slow system to not fail the connection on startup and having to retry

This commit is contained in:
Alfredo Monclus
2024-09-24 16:52:21 -03:00
parent 832a86ed6e
commit 66e8a09a66

View File

@@ -9,6 +9,7 @@ ConditionPathExists=/dev/tty0
# D-Bus is necessary for contacting logind, which is required. # D-Bus is necessary for contacting logind, which is required.
Wants=dbus.socket systemd-logind.service Wants=dbus.socket systemd-logind.service
After=dbus.socket systemd-logind.service After=dbus.socket systemd-logind.service
After=moonraker.service
[Service] [Service]
Type=simple Type=simple