blob: 1ead2a0c5f20ca92fc1c9784c50c7606c6af5983 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001[Unit]
2Description=A network traffic probe similar to the UNIX top command
3Requires=network.target
4
5ConditionPathExists=@SYSCONFDIR@/ntop.conf
6After=syslog.target network.target
7
8[Service]
9Type=oneshot
10RemainAfterExit=yes
11ExecStart=@LIBEXECDIR@/ntop-helper start
12ExecStop=@LIBEXECDIR@/ntop-helper stop
13
14[Install]
15WantedBy=multi-user.target