open_vmonitor
open_vmonitor copied to clipboard
Add systemd service
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
Feel free to use it as you wish.
Many thanks for this tool, it work well with openvswitch on Proxmox 5.1, nice job. :)
Thank you, will add this service file in a new release