summarylogtreecommitdiffstats
path: root/tracd.service
diff options
context:
space:
mode:
authorJulian Brost2023-07-08 11:57:16 +0200
committerJulian Brost2023-07-08 12:01:28 +0200
commite0ed794bc82451efe4519d2b862d98182ba04db6 (patch)
tree086935530e301f90fbec1c7cb2d0adbc9a208753 /tracd.service
parent4fc69d9208f10d0c7a5a84719913ed53aa2b623a (diff)
downloadaur-e0ed794bc82451efe4519d2b862d98182ba04db6.tar.gz
remove example service file and install script
Installing the service file to /usr/lib/systemd/system made little sense anyways as it can't be used without editing it anyways. Also, by far not the only way to run Trac, I trust users to be able to pick their preferred method and implement it for their setup themselves. The install script became obsolete as it basically just said that the installed service file isn't usable in the default state.
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