[autostart] fix default systemd service identifier

This commit is contained in:
Sam Schott 2023-06-07 23:31:00 +02:00
parent 3a144c9860
commit b9750444a0

View File

@ -345,7 +345,7 @@ class AutoStart:
)
self._impl = AutoStartSystemd(
service_name=f"maestral-daemon@{config_name}.service",
service_name="maestral-daemon@maestral.service",
start_cmd=" ".join(start_cmd),
unit_dict={"Description": "Maestral daemon for the config %i"},
service_dict={