1 [Unit]
2 Description = Mercurial
3 After = syslog.target network.target
4
5 [Service]
6 User=vcs-backup
7 ExecStart = /usr/bin/hg serve --web-conf /mnt/data/etc/hg-serve.cfg --address 127.0.0.1 --port 16169
8 SuccessExitStatus = 255
9
10 [Install]
11 WantedBy = multi-user.target