From a8d6d70cd42e348f9f526cfafcacf70da7c6e38e Mon Sep 17 00:00:00 2001 From: Kiwy Player Date: Sat, 17 Jan 2026 22:34:53 +0200 Subject: [PATCH] Fix duplicate cron jobs and enable systemd service - Removed 6 duplicate cron entries that were spawning multiple instances - Enabled systemd kiwy-player.service for proper startup management - Service is now the single source of truth for app startup - App runs stably with proper DISPLAY environment from systemd --- .player_heartbeat | 1 + 1 file changed, 1 insertion(+) create mode 100644 .player_heartbeat diff --git a/.player_heartbeat b/.player_heartbeat new file mode 100644 index 0000000..8ddbcd3 --- /dev/null +++ b/.player_heartbeat @@ -0,0 +1 @@ +1768682062.8464386 \ No newline at end of file