hg.service @ 95a016e87923 default tip

Move bounce script into this repo
author Steve Losh <steve@stevelosh.com>
date Sat, 18 Jan 2020 14:15:03 -0500
parents 6e42b52f56ec
children (none)
#/etc/systemd/system/hg.service
[Unit] 
Description=Mercurial Hosting 
 
[Service] 
Type=simple 
WorkingDirectory=/home/sjl 
ExecStart=/home/sjl/hg/hg serve --web-conf /home/sjl/hg.stevelosh.com/hgweb.conf 
User=sjl 
Group=sjl 
 
[Install] 
WantedBy=multi-user.target