dotfiles/.config/systemd/user/tildeverse-web-devpreview.service
Andrei Jiroh Halili f88877b211
chore(systemd): fix services stuff on systemd side
Also in this commit, I also commited my aithorized_keys for
IaC on my homelabs.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
2023-01-21 15:33:10 +00:00

12 lines
318 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 tildeverse-vern-caddy.service