diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2023-05-22 07:11:21 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2023-05-22 07:11:21 +0300 |
commit | 2f1c00bed429abb24d2b9f45d3581461b17aa277 (patch) | |
tree | 9aa31025002ad84ff20ce6ce2790f8c611271e2e /systemd/temphumd@.service | |
parent | 893e21cc83ee1ecf236a005f1bf4893448e9b3ea (diff) |
Diffstat (limited to 'systemd/temphumd@.service')
-rw-r--r-- | systemd/temphumd@.service | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/systemd/temphumd@.service b/systemd/temphumd@.service deleted file mode 100644 index d1c840d..0000000 --- a/systemd/temphumd@.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=temperature and humidity daemon -After=network-online.target - -[Service] -Restart=on-failure -ExecStart=/home/user/homekit/src/temphumd.py --config /etc/temphumd-%i.toml - -[Install] -WantedBy=multi-user.target |