aboutsummaryrefslogtreecommitdiffstats
path: root/service/nfcollect.service
blob: 0826235143cbd163605315abd8994a0e361e1ce1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Netfilter nfcollect daemon
Before=network-pre.target
Wants=network-pre.target
After=local-fs.target


[Service]
EnvironmentFile=-/etc/sysconfig/nfcollect
EnvironmentFile=-/etc/default/nfcollect
ExecStart=/usr/bin/nfcollect $NFCOLLECT_ARGS

[Install]
WantedBy=multi-user.target