9 lines
206 B
Bash
9 lines
206 B
Bash
#!/bin/bash
|
|
|
|
# START SCRIPT
|
|
# The start script is required for all templates.
|
|
# It is used to start the service on the server.
|
|
# It is called with the path to the server specific env file as an argument.
|
|
|
|
|