open_vmonitor icon indicating copy to clipboard operation
open_vmonitor copied to clipboard

Add systemd service

Open cabusar opened this issue 7 years ago • 1 comments

Hello,

I made a few tests with your tool on Debian Stretch and i made a simple systemd service file : (in /lib/systemd/system create a file named : openvmonitor.service)

[Unit] Description=OpenVmonitor - OpenvSwitch analysis tool Documentation=https://github.com/PLVision/open_vmonitor After=network.target [Service] Environment=NODE_PORT=3000 Environment=NODE_MODE=http Type=simple User=openvmonitor ExecStart=/usr/bin/node /home/openvmonitor/open_vmonitor/app.js Restart=on-failure [Install] WantedBy=multi-user.target

I assume :

  • You created a openvmonitor user to launch the nodejs app
  • app.js is located in /home/openvmonitor/open_vmonitor

To enable :

systemctl daemon-reload systemctl enable openvmonitor

image

Feel free to use it as you wish.

Many thanks for this tool, it work well with openvswitch on Proxmox 5.1, nice job. :)

cabusar avatar Jan 11 '18 20:01 cabusar

Thank you, will add this service file in a new release

plvisiondevs avatar Apr 02 '18 08:04 plvisiondevs