The main python caldera service, /etc/systemd/system/caldera.service.
[Unit]
Description=MITRE Caldera Server
[Service]
WorkingDirectory=/opt/caldera
ExecStart=/usr/bin/python3 server.py --insecure
[Install]
WantedBy=multi-user.target
[Unit]
Description=Hyperbee Caldera Agent
[Service]
WorkingDirectory=/usr/local/bin
ExecStart=/usr/local/bin/hyperbee -server http://192.168.1.98:8888 -group red
[Install]
WantedBy=multi-user.target