mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-02-01 04:03:40 +00:00
Andrei Jiroh Halili
ec76f58b37
Also forgot to commit the hell out of gitconfig stuff in previous commit, apologies. Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
12 lines
288 B
Desktop File
12 lines
288 B
Desktop File
[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
|
|
|