summarylogtreecommitdiffstats
path: root/flow-capture.service
blob: 715b3e160cb28d9c694599864b1f9c528ca90c8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Capture Traffic Netflow Data
After=network.target

[Service]
User=flow-tools
Group=flow-tools
Type=simple
EnvironmentFile=-/etc/flow-tools/flow-capture.conf
ExecStart=/usr/bin/flow-capture -D $OPTIONS

[Install]
WantedBy=multi-user.target