From 7cdc039ddfbae391666d17a869e79811de5b0d59 Mon Sep 17 00:00:00 2001 From: ewilly Date: Mon, 29 Nov 2021 20:31:10 +0100 Subject: [PATCH] Fix typo --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index f8c0ce3..8283c77 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -8,7 +8,7 @@ User=__APP__ WorkingDirectory=__DATAPATH__/.__APP__ ExecStart=__FINALPATH__/bin/hass --config "__DATAPATH__/.__APP__" --log-file "__LOGFILE__" --verbose -# Sandboxing options to harden security__DATA_PATH__ +# Sandboxing options to harden security # Depending on specificities of your service/app, you may need to tweak these # .. but this should be a good baseline # Details for these options: https://www.freedesktop.org/software/systemd/man/systemd.exec.html