Merge pull request #22230 from michaelpj/services/arbtt-fix-wanted-by

arbtt: multi-user.target does not exist in user systemd
This commit is contained in:
Joachim F
2017-01-29 00:37:17 +01:00
committed by GitHub
+1 -1
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";