hg.service @ 3c8f91521d5c

Cap README image size
author Steve Losh <steve@stevelosh.com>
date Sun, 23 Feb 2020 19:00:50 -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