reenable scheibnkleister-presence
This commit is contained in:
@@ -115,20 +115,20 @@
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
##systemd.user.services.scheibnkleister-presence = {
|
systemd.user.services.scheibnkleister-presence = {
|
||||||
## description = "scheibnkleister-presence";
|
description = "scheibnkleister-presence";
|
||||||
## wantedBy = [ "graphical-session.target" ];
|
wantedBy = [ "graphical-session.target" ];
|
||||||
## wants = [ "graphical-session.target" ];
|
wants = [ "graphical-session.target" ];
|
||||||
## after = [ "graphical-session.target" ];
|
after = [ "graphical-session.target" ];
|
||||||
## serviceConfig = {
|
serviceConfig = {
|
||||||
## Type = "simple";
|
Type = "simple";
|
||||||
## ExecStart =
|
ExecStart =
|
||||||
## "${pkgs.scheibnkleister-presence}/bin/scheibnkleister-presence";
|
"${pkgs.scheibnkleister-presence}/bin/scheibnkleister-presence";
|
||||||
## Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
## RestartSec = 1;
|
RestartSec = 1;
|
||||||
## TimeoutStopSec = 10;
|
TimeoutStopSec = 10;
|
||||||
## };
|
};
|
||||||
##};
|
};
|
||||||
|
|
||||||
|
|
||||||
# apple shit
|
# apple shit
|
||||||
|
|||||||
Reference in New Issue
Block a user