mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-05 08:17:01 +00:00
Merge pull request #22 from peel/master
Makes mopidy service interactive
This commit is contained in:
commit
14ab8fb3d3
1 changed files with 0 additions and 2 deletions
|
@ -46,7 +46,6 @@ in
|
|||
serviceConfig.Program = "${cfg.package}/bin/mopidy";
|
||||
serviceConfig.RunAtLoad = true;
|
||||
serviceConfig.KeepAlive = true;
|
||||
serviceConfig.ProcessType = "Adaptive";
|
||||
};
|
||||
})
|
||||
(mkIf cfg.mediakeys.enable {
|
||||
|
@ -54,7 +53,6 @@ in
|
|||
serviceConfig.Program = "${cfg.package}/bin/mpdkeys";
|
||||
serviceConfig.RunAtLoad = true;
|
||||
serviceConfig.KeepAlive = true;
|
||||
serviceConfig.ProcessType = "Interactive";
|
||||
};
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue