Skip to content

Commit

Permalink
Update caldera.service
Browse files Browse the repository at this point in the history
Updated python3.6 path after installing from apt rather than source
  • Loading branch information
clong committed Mar 9, 2019
1 parent 64da28c commit 5978e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrant/resources/caldera/caldera.service
Expand Up @@ -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

0 comments on commit 5978e1b

Please sign in to comment.