[Pkg-cron-devel] [pkg-cron] 02/04: Add dependency on remote-fs.target nss-user-lookup.target, and remove idle Type

Javier Fernandez-Sanguino Peña jfs at moszumanska.debian.org
Mon Mar 12 22:52:33 UTC 2018


This is an automated email from the git hooks/post-receive script.

jfs pushed a commit to branch updates/stretch
in repository pkg-cron.

commit 53146abbb5431df854e704e0b755a8876c73476e
Author: Javier Fernandez-Sanguino <jfs at debian.org>
Date:   Mon Mar 12 23:37:03 2018 +0100

    Add dependency on remote-fs.target nss-user-lookup.target, and remove idle Type
---
 debian/cron.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/cron.service b/debian/cron.service
index adb40f3..8a1bf8f 100644
--- a/debian/cron.service
+++ b/debian/cron.service
@@ -1,13 +1,13 @@
 [Unit]
 Description=Regular background program processing daemon
 Documentation=man:cron(8)
+After=remote-fs.target nss-user-lookup.target
 
 [Service]
 EnvironmentFile=-/etc/default/cron
 ExecStart=/usr/sbin/cron -f $EXTRA_OPTS
 IgnoreSIGPIPE=false
 KillMode=process
-Type=idle
 
 [Install]
 WantedBy=multi-user.target

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cron/pkg-cron.git



More information about the Pkg-cron-devel mailing list