void-packages/srcpkgs/taskd/INSTALL
sineemore bad9ba3886 taskd: fix service and log to stdout
taskd user can't access /var/log/taskd.log anyway.
2019-01-29 21:10:02 -02:00

10 lines
159 B
Plaintext

# INSTALL
case "$ACTION" in
post)
if [ "$UPDATE" != "yes" ]; then
taskd init --data var/lib/taskd --log=-
chown -R taskd:taskd var/lib/taskd
fi
;;
esac