From 63164c7ff5a1d15dab8117ad416190e3e75cff0e Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Mon, 6 Jul 2020 09:37:37 -0700 Subject: [PATCH] Quote command in systemd script --- init-scripts/init.systemd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init-scripts/init.systemd b/init-scripts/init.systemd index 27a438e7..0d9a7c2f 100644 --- a/init-scripts/init.systemd +++ b/init-scripts/init.systemd @@ -31,7 +31,7 @@ # sudo chown tautulli:tautulli -R /opt/Tautulli # # - Adjust ExecStart= to point to: -# 1. Your Python interpreter (get the path with command -v python3) +# 1. Your Python interpreter (get the path with "command -v python3") # - Default: /usr/bin/python3 # 2. Your Tautulli executable # - Default: /opt/Tautulli/Tautulli.py