5 lines
109 B
Bash
Executable file
5 lines
109 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# 'Recovery' script immediately restarts.
|
|
echo "Arguments: $@" >/dev/console
|
|
service restart "$1"
|