fix timer not starting on login
This commit is contained in:
parent
4fd785edfd
commit
457ae25633
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ in
|
||||||
Description = "Change Wallpaper";
|
Description = "Change Wallpaper";
|
||||||
};
|
};
|
||||||
Install = {
|
Install = {
|
||||||
WantedBy = [ "graphical-session.target" ];
|
WantedBy = [ "default.target" ];
|
||||||
};
|
};
|
||||||
Timer = {
|
Timer = {
|
||||||
OnStartupSec = "10min";
|
OnStartupSec = "10min";
|
||||||
|
|
Loading…
Reference in a new issue