diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-04-29 17:18:28 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-04-29 17:18:28 +0300 |
commit | be564eeb0af4f8dc77337d7efe17a5b045475dd2 (patch) | |
tree | fdb2ca583b543c05cd61cc971bc6fc6b97e61378 /systemd | |
parent | a337f00ab15d2f6e789ccec3083433681a421d08 (diff) |
small fix following previous change
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/temphumd@.service | 2 |
1 files changed, 1 insertions, 1 deletions
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 |