hg.service @ 4b3cb867d109

Style updates
author Steve Losh <steve@stevelosh.com>
date Fri, 17 Jan 2020 12:13:11 -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