dcron: fix systemd servie initialization.
This commit is contained in:
parent
ca3dccc833
commit
b54ab443c0
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue