Start telegram notifications service after the network is online

This commit is contained in:
Andreas Zweili 2022-11-12 18:02:00 +01:00
parent 1551f5f630
commit 204268819b
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ in
systemd.services."unit-status-telegram@" = {
description = "Unit Status Telegram Service";
unitConfig = {
After = "network.target";
After = "network-online.target";
};
serviceConfig = {
Type = "simple";