lol
This commit is contained in:
parent
d343d6cc51
commit
55c51c8a0a
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=HomeKit Logger
|
Description=HomeKit Exporter
|
||||||
After=network.target
|
After=network.target
|
||||||
StartLimitIntervalSec=0
|
StartLimitIntervalSec=0
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ Restart=always
|
||||||
RestartSec=10s
|
RestartSec=10s
|
||||||
Environment="RUST_LOG=error,warn"
|
Environment="RUST_LOG=error,warn"
|
||||||
Environment="LOG_TIMESTAMP=false"
|
Environment="LOG_TIMESTAMP=false"
|
||||||
ExecStart=/usr/bin/homekit-logger
|
ExecStart=/usr/bin/homekit-exporter
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue