diff options
Diffstat (limited to 'community/ntop/ntop.service')
-rw-r--r-- | community/ntop/ntop.service | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/community/ntop/ntop.service b/community/ntop/ntop.service deleted file mode 100644 index c18a2c83a..000000000 --- a/community/ntop/ntop.service +++ /dev/null @@ -1,14 +0,0 @@ -[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 |