mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-10 02:11:44 +01:00
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
6 lines
111 B
Bash
6 lines
111 B
Bash
#!/bin/sh
|
|
[ ! -f /etc/crontabs/dcc ] && \
|
|
echo '@daily /var/dcc/libexec/cron-dccd' | crontab -u dcc -
|
|
|
|
exit 0
|