Running as a Service
Linux (systemd)
[Unit]
Description=ObitCC Headless Worker
After=network.target
[Service]
Type=simple
User=your-username
WorkingDirectory=/home/your-username/cc-headless
ExecStart=/home/your-username/cc-headless/cc-headless-linux-amd64 -k YOUR_API_KEY -u https://cc.obitmc.com
Restart=always
RestartSec=10
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.targetmacOS (launchd)
Windows (Task Scheduler)
Last updated