[Unit]
Description=vREST - An automated REST API Testing Tool
After=network.target
[Service]
ExecStart=</path/to/vrest/binary/file>
Restart=always
User=<USER_NAME>
Group=<GROUP_NAME>
Environment=PATH=/usr/bin:/usr/local/bin
WorkingDirectory=</path/to/vrest/binary/directory>
[Install]
WantedBy=multi-user.target