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