7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
|
#!/bin/sh
|
||
|
# taiclockd/run
|
||
|
# "run" script for a taiclockd daemon
|
||
|
exec 2>&1
|
||
|
echo "*** Starting taiclockd..."
|
||
|
exec chpst -u clocksd:nogroup /usr/bin/taiclockd
|