From 5978e1b750516be13ec95cad596447ce0d675b17 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Fri, 8 Mar 2019 23:46:28 -0800 Subject: [PATCH] Update caldera.service Updated python3.6 path after installing from apt rather than source --- Vagrant/resources/caldera/caldera.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrant/resources/caldera/caldera.service b/Vagrant/resources/caldera/caldera.service index 3eebdf8..044bd26 100644 --- a/Vagrant/resources/caldera/caldera.service +++ b/Vagrant/resources/caldera/caldera.service @@ -5,7 +5,7 @@ After=multi-user.target [Service] Type=idle WorkingDirectory=/home/vagrant/caldera/caldera -ExecStart=/usr/local/bin/python3.6 caldera.py +ExecStart=/usr/bin/python3.6 caldera.py [Install] WantedBy=multi-user.target