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