Compare commits
3 Commits
3f8bbff7c2
...
286b46c6e6
Author | SHA1 | Date | |
---|---|---|---|
286b46c6e6
|
|||
b780d27ace
|
|||
831fcb7865
|
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ailog"
|
||||
version = "0.1.7"
|
||||
version = "0.1.8"
|
||||
edition = "2021"
|
||||
authors = ["syui"]
|
||||
description = "A static blog generator with AI features"
|
||||
|
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "aicard",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite --mode development",
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user