6 lines
112 B
Bash
Executable File
6 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
# Start nginx in the background
|
|
service nginx start
|
|
|
|
# Run the Python script
|
|
python -u linklogger.py |