hg.service @ bf4162b781be

Style the READMEs
author Steve Losh <steve@stevelosh.com>
date Fri, 17 Jan 2020 12:59:30 -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