summarylogtreecommitdiffstats
path: root/cwtch-server.service
diff options
context:
space:
mode:
authorTrevor Bergeron2021-09-01 01:03:42 -0400
committerTrevor Bergeron2021-09-01 01:03:42 -0400
commitc985731336116db4307c1d42fba8822a90c684f8 (patch)
treea0572c9bf813401cda10e5e9c3a102ef60c86e1a /cwtch-server.service
parentee72506ba541a913a598040741006504e9ea7f7b (diff)
downloadaur-c985731336116db4307c1d42fba8822a90c684f8.tar.gz
Rewrite for new cwtch-ui
Diffstat (limited to 'cwtch-server.service')
-rw-r--r--cwtch-server.service15
1 files changed, 0 insertions, 15 deletions
diff --git a/cwtch-server.service b/cwtch-server.service
deleted file mode 100644
index b949c3be1e73..000000000000
--- a/cwtch-server.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=Cwtch Server
-Requires=tor.service
-After=tor.service
-
-[Service]
-Type=simple
-User=cwtch
-Group=cwtch
-Restart=always
-WorkingDirectory=/var/lib/cwtch/
-ExecStart=/usr/bin/cwtch-server
-
-[Install]
-WantedBy=multi-user.target