Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 508 Bytes

File metadata and controls

15 lines (10 loc) · 508 Bytes

ubuntu-demon-creator

An automated way of creating services/demons in ubuntu 16.04

Example:

curl https://raw.githubusercontent.com/x13machine/ubuntu-demon-creator/master/create-demon.sh | sudo name="web" username="web" command="/home/web/start.sh" bash

You can also add the description parameter for whatever reason.

Parameters:

  • name: Name of the demon.
  • username: The user the demon will run as.
  • command: The command to run the demon.
  • description (optional): The description of the demon.