Advertisement
tsester

tmp.ntopng.service file

Jul 11th, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. [Unit]
  2. Description=ntopng network traffic monitor
  3. Requires=redis.service
  4. Requires=network-online.target
  5. After=redis.service
  6. After=network-online.target
  7.  
  8. [Service]
  9. ExecStart=/usr/bin/ntopng -i %I
  10.  
  11. [Install]
  12. WantedBy=multi-user.target
  13. Also=redis.service
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement