diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-03-19 21:16:38 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-03-19 22:56:02 +0100 |
commit | 026d3b539e959b399424bdd51564aea1f5911e2f (patch) | |
tree | 671d22ccdfc22032c3b861f98758a5d31236d1bd /setup-alpine.in | |
parent | 7d8968d723cf71cb5cc61a8d9b0665f4c0912914 (diff) | |
download | alpine-conf-026d3b539e959b399424bdd51564aea1f5911e2f.zip |
setup-alpine: cron service was renamed to crond
Diffstat (limited to 'setup-alpine.in')
-rw-r--r-- | setup-alpine.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-alpine.in b/setup-alpine.in index cc10483..1a34704 100644 --- a/setup-alpine.in +++ b/setup-alpine.in @@ -147,7 +147,7 @@ fi rc-update --quiet add networking boot rc-update --quiet add urandom boot rc-update --quiet add acpid -rc-update --quiet add cron +rc-update --quiet add crond # enable new hostname /etc/init.d/hostname --quiet restart |