Files
lightOps/deploy/lightops-agent.service

16 lines
264 B
Desktop File

[Unit]
Description=LightOps Agent
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
ExecStart=/usr/local/bin/lightops-agent --config /etc/lightops/agent.toml
Restart=always
RestartSec=5
User=root
[Install]
WantedBy=multi-user.target