aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dcc/dcc.post-install
blob: 70658135276fd3507d60e82949b694f93c23b63b (plain)
1
2
3
4
5
#!/bin/sh
[ ! -f /etc/crontabs/dcc ] && \
	echo '@daily /var/dcc/libexec/cron-dccd' | crontab -u dcc -

exit 0