Make the description nicer
This commit is contained in:
+1
-2
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user