tInitscripts should start after ntp. - tordam - A library for peer discovery inside the Tor network
HTML git clone https://git.parazyd.org/tordam
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit ca200bf9085b61c56fc9c54a5cb480fd98a24b08
DIR parent e39896f6b0f2298df068319b0941ca2c48912af8
HTML Author: parazyd <parazyd@dyne.org>
Date: Wed, 14 Mar 2018 16:46:11 +0100
Initscripts should start after ntp.
Diffstat:
M contrib/dam-client.init | 2 +-
M contrib/dam-dir.init | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/contrib/dam-client.init b/contrib/dam-client.init
t@@ -8,7 +8,7 @@ pidfile="/var/run/dam-client.pid"
description="Tor DAM client"
depend() {
- after tor dam-dir
+ after tor dam-dir ntp
}
start() {
DIR diff --git a/contrib/dam-dir.init b/contrib/dam-dir.init
t@@ -8,7 +8,7 @@ pidfile="/var/run/dam-dir.pid"
description="Tor DAM server"
depend() {
- after logger
+ after logger ntp
before tor dam-client
}