mirror of
https://github.com/compute-blade-community/compute-blade-agent.git
synced 2026-04-21 17:45:43 +02:00
* chore: update repository references from uptime-industries to compute-blade-community chore: update repository references from uptime-industries to compute-blade-community for consistency and clarity across all files fix: update links in CHANGELOG.md and README.md to point to the new repository location for accurate documentation fix: update Dockerfile and systemd service file to reflect the new repository URL for proper source tracking refactor: change import paths in Go files to use the new repository name for correct package referencing * chore: Add CODEOWNERS * feat: add auto-labeling --------- Co-authored-by: Cedric Kienzler <cedric@specht-labs.de>
13 lines
262 B
Desktop File
13 lines
262 B
Desktop File
[Unit]
|
|
Description=ComputeBlade Agent
|
|
Documentation=https://github.com/compute-blade-community/compute-blade-agent
|
|
After=network.target
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
ExecStart=/usr/bin/compute-blade-agent
|
|
TimeoutStopSec=20s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|