remove references to power-profiles-daemon.service in the user service, you can't reference sysemd services in a systemd user service
This commit is contained in:
parent
c3ba33d67a
commit
af8453bd5c
1 changed files with 0 additions and 2 deletions
|
@ -41,8 +41,6 @@ in {
|
||||||
systemd.user.services.batmon = {
|
systemd.user.services.batmon = {
|
||||||
description = "Simple, reactive power management service";
|
description = "Simple, reactive power management service";
|
||||||
documentation = ["https://github.com/NotAShelf/batmon"];
|
documentation = ["https://github.com/NotAShelf/batmon"];
|
||||||
wants = ["power-profiles-daemon.service"];
|
|
||||||
requires = ["power-profiles-daemon.service"];
|
|
||||||
wantedBy = ["multi-user.target"];
|
wantedBy = ["multi-user.target"];
|
||||||
environment.PATH = mkForce "/run/wrappers/bin:${lib.makeBinPath [cfg.package]}";
|
environment.PATH = mkForce "/run/wrappers/bin:${lib.makeBinPath [cfg.package]}";
|
||||||
script = ''
|
script = ''
|
||||||
|
|
Reference in a new issue