disable at startup and only start by timer

This commit is contained in:
Adithya 2024-04-28 15:03:49 +05:30
parent 47e6965b6c
commit 24d384cd39
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -11,9 +11,6 @@ in
Unit = {
Description = "Wallpaper Downloader";
};
Install = {
WantedBy = [ "default.target" ];
};
Service = {
Type = "oneshot";
ExecStart = "${wallpaper-downloader}";