about summary refs log tree commit diff
path: root/pkgs/servers/matrix-synapse/matrix-synapse.patch
blob: 288e6ff16245215618b5edfe792820ef659a9133 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/homeserver b/homeserver
new file mode 120000
index 0000000..2f1d413
--- /dev/null
+++ b/homeserver
@@ -0,0 +1,1 @@
+synapse/app/homeserver.py
\ No newline at end of file
diff --git a/setup.py b/setup.py
index b00c2af..c7f6e0a 100755
--- a/setup.py
+++ b/setup.py
@@ -92,6 +92,6 @@ setup(
     include_package_data=True,
     zip_safe=False,
     long_description=long_description,
-    scripts=["synctl"] + glob.glob("scripts/*"),
+    scripts=["synctl", "homeserver"] + glob.glob("scripts/*"),
     cmdclass={'test': TestCommand},
 )