summarylogtreecommitdiffstats
path: root/tracd.service
diff options
context:
space:
mode:
Diffstat (limited to 'tracd.service')
-rw-r--r--tracd.service11
1 files changed, 0 insertions, 11 deletions
diff --git a/tracd.service b/tracd.service
deleted file mode 100644
index 7d586b2268f5..000000000000
--- a/tracd.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Trac service
-After=network.target remote-fs.target nss-lookup.target
-
-[Service]
-Type=simple
-# Example: copy it into /etc/systemd/ and edit.
-ExecStart=/usr/bin/tracd -b localhost -p 8080 --auth /tmp,/tmp/passwd,realm /tmp
-
-[Install]
-WantedBy=multi-user.target