diff options
| author | Omar Rizwan <omar@omar.website> | 2023-02-14 07:01:43 +0000 |
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2023-02-14 07:01:43 +0000 |
| commit | 924fae413009b8205274febfc758845dd437b480 (patch) | |
| tree | 949b3f46e5613b368d0747c64fa134eee119d8a0 /virtual-programs | |
| parent | process: Refactor to use per-process namespace (diff) | |
| download | folk-924fae413009b8205274febfc758845dd437b480.tar.gz folk-924fae413009b8205274febfc758845dd437b480.zip | |
Temporarily disable watchdog.
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/watchdog.folk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/virtual-programs/watchdog.folk b/virtual-programs/watchdog.folk index 4617ad2e..e8afb6b5 100644 --- a/virtual-programs/watchdog.folk +++ b/virtual-programs/watchdog.folk @@ -1,6 +1,8 @@ Wish $this has filename "watchdog.folk" +# Temporarily disabling watchdog while we work out IPC. return + if {$::isLaptop} { return } On process "watchdog" { |
