Update caldera.service
Updated python3.6 path after installing from apt rather than source
This commit is contained in:
@@ -5,7 +5,7 @@ After=multi-user.target
|
|||||||
[Service]
|
[Service]
|
||||||
Type=idle
|
Type=idle
|
||||||
WorkingDirectory=/home/vagrant/caldera/caldera
|
WorkingDirectory=/home/vagrant/caldera/caldera
|
||||||
ExecStart=/usr/local/bin/python3.6 caldera.py
|
ExecStart=/usr/bin/python3.6 caldera.py
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
Reference in New Issue
Block a user