4 lines
70 B
Bash
Executable file
4 lines
70 B
Bash
Executable file
#!/bin/sh -e
|
|
|
|
exec 2>&1
|
|
exec /home/marty/myservice/example-service.sh
|