lorri: make notifications service auto-start if enabled

Without this fix, the notifications service would need to start by hand
every time.

@moduon MT-1075
This commit is contained in:
Jairo Llopis
2025-10-03 09:03:27 +01:00
committed by Austin Horstman
parent 66e9a024b9
commit 817ace497b

View File

@@ -133,6 +133,10 @@ in
in
"PATH=${path}";
};
Install = {
WantedBy = [ "lorri.service" ];
};
};
};
};