diff options
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 1da9617..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.toml - -[Install] -WantedBy=multi-user.target |