dnsservice/ansible/files/alloy.service

24 lines
636 B
SYSTEMD
Raw Normal View History

2025-07-20 23:27:50 +00:00
[Unit]
Description=Grafana Alloy
Documentation=https://grafana.com/docs/alloy/latest/
Wants=network-online.target
After=network-online.target
[Service]
Type=simple
User=alloy
Environment=HOSTNAME=%H
Environment="ALLOY_DEPLOY_MODE=default"
Environment="ALLOY_ENABLE_FEATURES="
Environment="ALLOY_DISABLE_FEATURES="
Environment="ALLOY_CLUSTER_ENABLED=false"
Environment="ALLOY_DISABLE_REPORTING=false"
ExecStart=/usr/bin/alloy run --storage.path=/var/lib/alloy/data /etc/alloy/config.river
ExecReload=/usr/bin/env kill -SIGHUP $MAINPID
Restart=always
RestartSec=10
TimeoutStopSec=10s
SendSIGKILL=yes
[Install]
WantedBy=multi-user.target