gui: promnesia services should start after graphical-session

This commit is contained in:
Aaron Bieber 2023-02-08 07:45:29 -07:00
parent b62fd46271
commit 9609d34eb9
No known key found for this signature in database

View File

@ -20,7 +20,7 @@ let
promnesiaService = {
promnesia = {
description = "Service for promnesia.server";
wantedBy = [ "multi-user.target" ];
after = [ "graphical-session.target" ];
script = ''
${promnesia}/bin/promnesia serve
'';