mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
arbtt: multi-user.target does not exist in user systemd
This commit is contained in:
parent
f1ba2c8d3b
commit
46c0da1818
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue