From b863c91c6c9218e2ad9458231b24385be177ed08 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 12 Nov 2012 01:31:01 -0800 Subject: Mon Nov 12 01:30:54 PST 2012 --- community/dcron/PKGBUILD | 6 +++--- community/dcron/service | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'community/dcron') diff --git a/community/dcron/PKGBUILD b/community/dcron/PKGBUILD index 3b84ce3bf..959da3325 100644 --- a/community/dcron/PKGBUILD +++ b/community/dcron/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 72785 2012-06-22 12:49:56Z dreisner $ +# $Id: PKGBUILD 79754 2012-11-11 21:14:11Z spupykin $ # Maintainer: Bartłomiej Piotrowski # Contributor: Paul Mattal pkgname=dcron pkgver=4.5 -pkgrel=3 +pkgrel=4 pkgdesc="dillon's lightweight cron daemon" arch=('i686' 'x86_64') license=('GPL') @@ -18,7 +18,7 @@ install=$pkgname.install source=(http://www.jimpryor.net/linux/releases/${pkgname}-${pkgver}.tar.gz service) md5sums=('078833f3281f96944fc30392b1888326' - '5a68a7aee883738e7f7f8549481bb297') + 'e43c3d758384ac644f5e19f460ab5f46') build() { cd "$srcdir/${pkgname}-${pkgver}" diff --git a/community/dcron/service b/community/dcron/service index 59fc64b80..47265791e 100644 --- a/community/dcron/service +++ b/community/dcron/service @@ -5,6 +5,7 @@ Description=Periodic Command Scheduler Type=forking EnvironmentFile=/etc/conf.d/crond ExecStart=/usr/sbin/crond $CROND_ARGS +Restart=always [Install] WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf