mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-05-10 15:43:10 +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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue