summaryrefslogtreecommitdiff
path: root/doc/examples/upstart-rclocal.txt
blob: 5cd049a932a123b160f193a692a621fe696b81c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#upstart-job
description "a test upstart job"

start on stopped rc RUNLEVEL=[2345]
console output
task

script
echo "====BEGIN======="
echo "HELLO RC.LOCAL LIKE WORLD: $UPSTART_JOB"
echo "=====END========"
end script