fix the blueman-applet

This commit is contained in:
Andreas Zweili 2021-11-24 22:17:07 +01:00
parent a5fc6957c1
commit 179de56afb
1 changed files with 2 additions and 10 deletions

View File

@ -21,16 +21,8 @@
};
systemd.user.services.blueman-applet = {
description = "Blueman Applet";
after = [ "multi-user.target" ];
wantedBy = [ "default.target" ];
serviceConfig = {
Type = "simple";
ExecStart = "${blueman}/bin/blueman-applet";
ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID";
KillMode = "process";
Restart = "on-failure";
};
partOf = [ "graphical-session.target" ];
wantedBy = [ "graphical-session.target" ];
};
}