Skip to content

Instantly share code, notes, and snippets.

View MilanNz's full-sized avatar
🥋
Focusing

Milan Adamovic MilanNz

🥋
Focusing
View GitHub Profile
@MilanNz
MilanNz / my-vertx-application
Created December 2, 2017 16:13 — forked from cescoffier/my-vertx-application
Vert.x init.d service script
#!/bin/bash
###
# chkconfig: 345 20 80
# description: Vert.x application service script
# processname: java
#
# Installation (CentOS):
# copy file to /etc/init.d
# chmod +x /etc/init.d/my-vertx-application