We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0c81e commit 73adf5bCopy full SHA for 73adf5b
README.md
@@ -7,15 +7,15 @@ I made this script for other automated bash scripts and to fix some bugs in this
7
8
curl https://raw.githubusercontent.com/x13machine/ubuntu-demon-creator/master/create-demon.sh | sudo name="web" username="web" command="/home/web/start.sh" bash
9
10
-## Logs
+### Logs
11
12
/var/log/<name>.log
13
14
-## Removal
+### Removal
15
16
service uninstall <name>
17
18
-## Parameters
+### Parameters
19
* name: Name of the demon.
20
* username: The user the demon will run as.
21
* command: The command to run the demon.
0 commit comments