dotfiles/.config/systemd/user/tildeverse-web-devpreview.service
Andrei Jiroh Halili ec76f58b37
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>
2022-12-29 19:58:33 +08:00

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