[Pkg-cron-devel] [pkg-cron] 01/01: d/cron.service: Add dependency on remote-fs.target
Christian Kastner
ckk at moszumanska.debian.org
Sun May 1 20:32:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
ckk pushed a commit to branch master
in repository pkg-cron.
commit 3a0e758b85d03dd2e8fca02d95f67dce1dcbc47f
Author: Christian Kastner <ckk at kvr.at>
Date: Sun May 1 22:18:04 2016 +0200
d/cron.service: Add dependency on remote-fs.target
This dependency is present in the SYSV init script, hence it should also be
present in the systemd service file.
Closes: #815088
---
debian/cron.service | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/cron.service b/debian/cron.service
index f06473d..e65f298 100644
--- a/debian/cron.service
+++ b/debian/cron.service
@@ -1,6 +1,7 @@
[Unit]
Description=Regular background program processing daemon
Documentation=man:cron(8)
+After=remote-fs.target
[Service]
EnvironmentFile=-/etc/default/cron
--
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