Convenient launchers to start, pause and resume Älyverrko CLI
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Tue, 10 Jun 2025 20:12:04 +0000 (23:12 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Tue, 10 Jun 2025 20:12:04 +0000 (23:12 +0300)
launchers/alyverkko-cli-pause.desktop [new file with mode: 0644]
launchers/alyverkko-cli-resume.desktop [new file with mode: 0644]
launchers/alyverkko-cli.desktop [new file with mode: 0644]

diff --git a/launchers/alyverkko-cli-pause.desktop b/launchers/alyverkko-cli-pause.desktop
new file mode 100644 (file)
index 0000000..ae51de9
--- /dev/null
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Name=Pause Älyverkko CLI
+Comment=Freeze the current llama-cli job
+Icon=media-playback-pause
+Exec=/usr/bin/killall -STOP llama-cli
+Terminal=false
+Categories=Development;
diff --git a/launchers/alyverkko-cli-resume.desktop b/launchers/alyverkko-cli-resume.desktop
new file mode 100644 (file)
index 0000000..029fad7
--- /dev/null
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Name=Resume Älyverkko CLI
+Comment=Unfreeze the current llama-cli job
+Icon=media-playback-pause
+Exec=/usr/bin/killall -CONT llama-cli
+Terminal=false
+Categories=Development;
diff --git a/launchers/alyverkko-cli.desktop b/launchers/alyverkko-cli.desktop
new file mode 100644 (file)
index 0000000..1505b5f
--- /dev/null
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Terminal=true
+Name=Älyverkko CLI
+Comment=Runner for artificial neural network service
+Icon=/opt/alyverkko-cli/logo.png
+Exec=/opt/alyverkko-cli/alyverkko-cli mail
+Categories=Development;