13 lines
263 B
Desktop File
13 lines
263 B
Desktop File
[Unit]
|
|
Description=Flow-capture Capture Traffic Flow Data
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=flow-tools
|
|
Group=flow-tools
|
|
Type=simple
|
|
EnvironmentFile=-/etc/sysconfig/flow-capture
|
|
ExecStart=/usr/bin/flow-capture -D $OPTIONS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|