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