From 286b46c6e69056c539a00ec835bc97f7f3ca4c2b Mon Sep 17 00:00:00 2001 From: syui Date: Mon, 16 Jun 2025 12:17:42 +0900 Subject: [PATCH] fix systemd --- systemd/system/ailog-stream.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/system/ailog-stream.service b/systemd/system/ailog-stream.service index a17ebad..b081a8c 100644 --- a/systemd/system/ailog-stream.service +++ b/systemd/system/ailog-stream.service @@ -6,9 +6,9 @@ Wants=network.target [Service] Type=simple User=syui -Group=syui WorkingDirectory=/home/syui/git/log ExecStart=/home/syui/.cargo/bin/ailog stream start my-blog --ai-generate +ExecStop=/home/syui/.cargo/bin/ailog stream stop Restart=always RestartSec=5 StandardOutput=journal