autologin module, fix awww
This commit is contained in:
parent
5b898f56ae
commit
3f8b6984b7
5 changed files with 51 additions and 4 deletions
|
|
@ -118,11 +118,15 @@ in {
|
|||
PartOf = [ "awww.service" ] ++ optional cfg.backdrop "awww-backdrop.service";
|
||||
};
|
||||
|
||||
Install = {
|
||||
WantedBy = [ "graphical-session.target" ];
|
||||
};
|
||||
|
||||
Service = {
|
||||
Type = "oneshot";
|
||||
ExecStart = "${cfg.setScript}";
|
||||
Restart = "on-failure";
|
||||
RestartSec = 2;
|
||||
RestartSec = 5;
|
||||
};
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue