aboutsummaryrefslogtreecommitdiffstats
path: root/testing/synapse/synapse.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/synapse/synapse.initd')
-rw-r--r--testing/synapse/synapse.initd2
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/synapse/synapse.initd b/testing/synapse/synapse.initd
index f5b46369f2..2b975a9718 100644
--- a/testing/synapse/synapse.initd
+++ b/testing/synapse/synapse.initd
@@ -10,8 +10,6 @@ description="Daemon for Synapse, the Matrix reference homeserver"
command="/usr/bin/python3"
command_args="-m synapse.app.homeserver --config-path=$config $command_args"
-pidfile="/run/${RC_SVCNAME}.pid"
-
depends() {
need net
}