Update caldera.service

Updated python3.6 path after installing from apt rather than source
This commit is contained in:
Chris Long
2019-03-08 23:46:28 -08:00
committed by GitHub
parent 64da28c8c5
commit 5978e1b750

View File

@@ -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