hg.service @ ee5d48ad20e5

Add download buttons
author Steve Losh <steve@stevelosh.com>
date Thu, 30 May 2024 11:42:48 -0400
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