3299466d7e
clockspeed: remove unused template variable clockspeed: make arch-specific for x86/x86_64 * Add NOTES about what the package contains * Add README and INSTALL to docs clockspeed: depend on sv-helper for supervision
6 lines
156 B
Bash
6 lines
156 B
Bash
#!/bin/sh
|
|
# taiclockd/run
|
|
# "run" script for a taiclockd daemon
|
|
exec 2>&1
|
|
echo "*** Starting taiclockd..."
|
|
exec chpst -u clocksd:nogroup /usr/bin/taiclockd
|