dcron: fix systemd servie initialization.

This commit is contained in:
Juan RP 2011-10-11 07:36:20 +02:00
parent ca3dccc833
commit b54ab443c0
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,8 @@
Description=Periodic Command Scheduler
[Service]
ExecStart=/usr/sbin/crond -f
Type=forking
ExecStart=/usr/sbin/crond
[Install]
WantedBy=multi-user.target

View file

@ -1,7 +1,7 @@
# Template file for 'dcron'
pkgname=dcron
version=4.5
revision=2
revision=3
distfiles="http://www.jimpryor.net/linux/releases/dcron-${version}.tar.gz"
build_style=custom-install
short_desc="Dillon's lightweight cron daemon"