From 8eaa1932810d64d501f59c49abe8c4167326fd77 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Mon, 20 Jul 2026 16:18:37 -0500 Subject: [PATCH] Link to external source in most recent TIL --- unix/restart-specific-overmind-process.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/unix/restart-specific-overmind-process.md b/unix/restart-specific-overmind-process.md index b57d146..464a7db 100644 --- a/unix/restart-specific-overmind-process.md +++ b/unix/restart-specific-overmind-process.md @@ -1,9 +1,10 @@ # Restart Specific Overmind Process I have been in the bad habit of fully killing and re-running the entire -`overmind` process for a project whenever I have a new JavaScript file that I -need `vite` to pick up and bundle. `vite` is only one of three processes, so I'm -restarting two processes unnecessarily. +[`overmind`](https://github.com/DarthSim/overmind) process for a project +whenever I have a new JavaScript file that I need `vite` to pick up and bundle. +`vite` is only one of three processes, so I'm restarting two processes +unnecessarily. ```bash ❯ overmind status