arbtt: multi-user.target does not exist in user systemd

This commit is contained in:
Michael Peyton Jones 2017-01-28 14:29:19 +00:00
parent f1ba2c8d3b
commit 46c0da1818

View file

@ -49,7 +49,7 @@ in {
config = mkIf cfg.enable {
systemd.user.services.arbtt = {
description = "arbtt statistics capture service";
wantedBy = [ "multi-user.target" ];
wantedBy = [ "default.target" ];
serviceConfig = {
Type = "simple";