From be564eeb0af4f8dc77337d7efe17a5b045475dd2 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Fri, 29 Apr 2022 17:18:28 +0300 Subject: [PATCH] small fix following previous change --- systemd/temphumd@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/temphumd@.service b/systemd/temphumd@.service index eb74599..d1c840d 100644 --- a/systemd/temphumd@.service +++ b/systemd/temphumd@.service @@ -4,7 +4,7 @@ After=network-online.target [Service] Restart=on-failure -ExecStart=/home/user/homekit/src/temphumd.py --config /etc/%i.toml +ExecStart=/home/user/homekit/src/temphumd.py --config /etc/temphumd-%i.toml [Install] WantedBy=multi-user.target