new services
This commit is contained in:
		
							
								
								
									
										9
									
								
								init.d/prosody
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										9
									
								
								init.d/prosody
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| #!/usr/bin/env watchman | ||||
|  | ||||
| _prosodyctl='/usr/bin/prosodyctl' | ||||
|  | ||||
| start() { "$_prosodyctl" start; } | ||||
| stop() { "$_prosodyctl" stop; } | ||||
| restart() { "$_prosodyctl" restart; } | ||||
| reload() { "$_prosodyctl" reload; } | ||||
| status() { "$_prosodyctl" status; } | ||||
		Reference in New Issue
	
	Block a user