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