Merge pull request #52592 from worldofpeace/geoclue/correct-sysconf

geoclue2: correct sysconfdir
This commit is contained in:
worldofpeace
2018-12-25 19:03:22 -05:00
committed by GitHub
3 changed files with 63 additions and 0 deletions
@@ -61,6 +61,8 @@ in
wantedBy = [ "default.target" ];
};
};
environment.etc."geoclue/geoclue.conf".source = "${package}/etc/geoclue/geoclue.conf";
};
}