From 3dfbb28f09e120ab3c8efa560f321f219155849d Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Tue, 10 Jun 2025 23:12:04 +0300 Subject: [PATCH] =?utf8?q?Convenient=20launchers=20to=20start,=20pause=20a?= =?utf8?q?nd=20resume=20=C3=84lyverrko=20CLI?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- launchers/alyverkko-cli-pause.desktop | 8 ++++++++ launchers/alyverkko-cli-resume.desktop | 8 ++++++++ launchers/alyverkko-cli.desktop | 8 ++++++++ 3 files changed, 24 insertions(+) create mode 100644 launchers/alyverkko-cli-pause.desktop create mode 100644 launchers/alyverkko-cli-resume.desktop create mode 100644 launchers/alyverkko-cli.desktop diff --git a/launchers/alyverkko-cli-pause.desktop b/launchers/alyverkko-cli-pause.desktop new file mode 100644 index 0000000..ae51de9 --- /dev/null +++ b/launchers/alyverkko-cli-pause.desktop @@ -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 index 0000000..029fad7 --- /dev/null +++ b/launchers/alyverkko-cli-resume.desktop @@ -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 index 0000000..1505b5f --- /dev/null +++ b/launchers/alyverkko-cli.desktop @@ -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; -- 2.20.1