aports/testing/dcc/dcc.post-install
Duncan Bellamy 9e08e31a8f testing/dcc: new aport
Add aport for dcc-servers.net dcc software. The default config has been
changed to common settings and to listen for requests from 127.0.0.1
2020-02-22 19:48:16 +00:00

6 lines
111 B
Bash

#!/bin/sh
[ ! -f /etc/crontabs/dcc ] && \
echo '@daily /var/dcc/libexec/cron-dccd' | crontab -u dcc -
exit 0