summarylogtreecommitdiffstats
path: root/ntop.service
blob: c18a2c83a60eede1761ee0db8802b649f5063267 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=A network traffic probe similar to the UNIX top command
Requires=network.target
ConditionPathExists=/var/lib/ntop/ntop_pw.db
After=syslog.target network.target

[Service]
Environment=LANG=C
ExecStart=/usr/bin/ntop -i eth0 -w 3000
Type=simple
StandardError=syslog

[Install]
WantedBy=multi-user.target