mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2024-11-10 00:59:38 +00:00
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:
parent
30a214652d
commit
ec76f58b37
2 changed files with 13 additions and 0 deletions
12
.config/systemd/user/tildeverse-web-devpreview.service
Normal file
12
.config/systemd/user/tildeverse-web-devpreview.service
Normal 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
|
||||||
|
|
|
@ -76,3 +76,4 @@
|
||||||
skip-ci = push -o ci.skip
|
skip-ci = push -o ci.skip
|
||||||
root = rev-parse --show-toplevel
|
root = rev-parse --show-toplevel
|
||||||
signoff-commit = commit --signoff
|
signoff-commit = commit --signoff
|
||||||
|
signoff = signoff-commit
|
||||||
|
|
Loading…
Reference in a new issue