Make the description nicer

This commit is contained in:
2022-06-19 13:16:51 -07:00
parent 3ec45f571f
commit 7385b536b7
2 changed files with 1 additions and 30 deletions
+1 -2
View File
@@ -56,8 +56,7 @@ in {
config = {
systemd.services = mapAttrs' (currency: opts:
nameValuePair "pricebot-${currency}" {
description =
"PriceBot for watching ${currency} prices and reporting them.";
description = "PriceBot for watching and reporting ${currency} prices";
wantedBy = [ "multi-user.target" ];
after = [ "network-online.target" ];
environment = {