summarylogtreecommitdiffstats
path: root/tracd.service
blob: 7d586b2268f528237d6caec0820eca84fd533cec (plain)
1
2
3
4
5
6
7
8
9
10
11
[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