feat(systemd): add tildeverse-web-devpreview.service systemd user service file

Also forgot to commit the hell out of gitconfig stuff in previous commit, apologies.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
~ajhalili2006 2022-12-29 19:58:33 +08:00
parent 30a214652d
commit ec76f58b37
Signed by: ajhalili2006
GPG Key ID: 67BFC91B3DA12BE8
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,12 @@
[Unit]
Description=mkdocs serve over port 18034
[Service]
WorkingDirectory=/home/ajhalili2006/projects/andreijiroh.dev/tilde
ExecStart=/home/ajhalili2006/.local/bin/mkdocs serve --watch-theme -a 127.0.0.1:18034
StartLimitBurst=3
StartLimitInterval=60
[Install]
WantedBy=default.target

View File

@ -76,3 +76,4 @@
skip-ci = push -o ci.skip
root = rev-parse --show-toplevel
signoff-commit = commit --signoff
signoff = signoff-commit