summaryrefslogtreecommitdiff
path: root/net-analyzer/pmacct/files/sfacctd.service
blob: 7a334e0ffadd2b19fdfc99304aa90958b66b6464 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=sflow 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/sfacctd -f /etc/pmacctd/sfacctd.conf -i %I

[Install]
WantedBy=multi-user.target