Skip to content

Instantly share code, notes, and snippets.

View MilanNz's full-sized avatar
🥋
Focusing

Milan Adamovic MilanNz

🥋
Focusing
View GitHub Profile
@cescoffier
cescoffier / my-vertx-application
Last active February 26, 2018 18:52
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