Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Application Service ve

Angel Sanadinov edited this page Sep 17, 2017 · 3 revisions
  1. Get scripts

  2. Add the following service /usr/lib/systemd/system/ve.service:

[Unit]
Description=Noisecluster Ve service
[Service]
ExecStart=/opt/ve/ve_start.sh
ExecStop=/opt/ve/ve_stop.sh
User=ve
Type=simple
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
Clone this wiki locally