From 32f96c0552a0ee05a7d7c96344331969e051a74c Mon Sep 17 00:00:00 2001 From: Jaxon Wright Date: Thu, 24 Jul 2025 23:16:02 -0400 Subject: [PATCH] nova-chatmix.service: fix so restarts on failure by removing duplicate "Restart=" that was set to "no" --- nova-chatmix.service | 1 - 1 file changed, 1 deletion(-) diff --git a/nova-chatmix.service b/nova-chatmix.service index afd752b..9120c8a 100644 --- a/nova-chatmix.service +++ b/nova-chatmix.service @@ -4,7 +4,6 @@ After=pipewire.service pipewire-pulse.service Wants=network-online.target [Service] -Restart=no Type=simple ExecStart=%h/.local/bin/nova.py Restart=on-failure