dcron: always restart crond.
This commit is contained in:
parent
cc5115c210
commit
5feb193d61
2 changed files with 5 additions and 2 deletions
|
@ -4,6 +4,7 @@ Description=Periodic Command Scheduler
|
|||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/sbin/crond
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
# Template file for 'dcron'
|
||||
pkgname=dcron
|
||||
version=4.5
|
||||
revision=16
|
||||
distfiles="http://www.jimpryor.net/linux/releases/dcron-${version}.tar.gz"
|
||||
revision=17
|
||||
short_desc="Dillon's lightweight cron daemon"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.jimpryor.net/linux/dcron.html"
|
||||
license="GPL-2"
|
||||
distfiles="http://www.jimpryor.net/linux/releases/dcron-${version}.tar.gz"
|
||||
checksum=9e50edb6f5bd8153b16bad05087d985e5153ce45cc01ae77e7f842213fb4a824
|
||||
long_desc="
|
||||
This lightweight cron daemon aims to be simple and secure, with just enough
|
||||
|
|
Loading…
Reference in a new issue