xoxys.pve_sd/templates/etc/systemd/system/pve_sd.service.j2

20 lines
429 B
Django/Jinja

#jinja2:lstrip_blocks: True
{{ ansible_managed | comment }}
[Unit]
Description=Promtheus PVE SD
After=network-online.target
Requires=local-fs.target
After=local-fs.target
[Service]
Type=oneshot
EnvironmentFile=/etc/sysconfig/pve_sd
User={{ pve_sd_system_user }}
Group={{ pve_sd_system_group }}
WorkingDirectory={{ pve_sd_output_file | dirname }}
ExecStart=/usr/local/bin/prometheus-pve-sd
[Install]
WantedBy=multi-user.target