summaryrefslogtreecommitdiff
path: root/net-analyzer/pmacct/files/pmacctd.service
blob: a2dbb8c458464212679f9c9c74aeac0ce80ed5ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Unit]
Description=promiscuous mode accounting daemon
After=network.target

[Service]
ProtectSystem=full
ProtectHome=true
ProtectHostname=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectKernelLogs=true
ProtectControlGroups=true
RestrictRealtime=true
Type=forking
ExecStart=/usr/sbin/pmacctd -f /etc/pmacctd/pmacctd.conf -i %I

[Install]
WantedBy=multi-user.target