Files
DetectionLab/Vagrant/resources/caldera/caldera.service
Chris Long 5978e1b750 Update caldera.service
Updated python3.6 path after installing from apt rather than source
2019-03-08 23:46:28 -08:00

12 lines
207 B
Desktop File

[Unit]
Description=My Script Service
After=multi-user.target
[Service]
Type=idle
WorkingDirectory=/home/vagrant/caldera/caldera
ExecStart=/usr/bin/python3.6 caldera.py
[Install]
WantedBy=multi-user.target