Skip to content

Add systemd service #3

@cabusar

Description

@cabusar

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. :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions