ansible-ffibk/roles/service-fastd-mesh/templates/fastd-limiter-peers.service.j2

12 lines
170 B
Plaintext
Raw Normal View History

#
# {{ ansible_managed }}
#
[Unit]
Description=Update fastd connected peers
[Service]
Type=oneshot
ExecStart={{ gopath }}/bin/fastd-limiter peers
User=admin
Group=admin