From 7d01e804582b0e988ee1a4d057e7bd41656816b4 Mon Sep 17 00:00:00 2001 From: Recolic Keghart <root@recolic.net> Date: Tue, 18 Feb 2020 08:35:00 -0800 Subject: [PATCH] add extra tools --- other_tools/autostart-gnome.sh | 3 +++ other_tools/recolic.desktop | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100755 other_tools/autostart-gnome.sh create mode 100644 other_tools/recolic.desktop diff --git a/other_tools/autostart-gnome.sh b/other_tools/autostart-gnome.sh new file mode 100755 index 0000000..e0ca3ef --- /dev/null +++ b/other_tools/autostart-gnome.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +nohup /home/recolic/sh/ncov-daemon.fish >> /home/recolic/tmp/ncov.log 2>&1 & disown diff --git a/other_tools/recolic.desktop b/other_tools/recolic.desktop new file mode 100644 index 0000000..e3e088f --- /dev/null +++ b/other_tools/recolic.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Application +Exec=/home/recolic/sh/autostart-gnome.sh +Hidden=false +X-GNOME-Autostart-enabled=true +Name=recolic-autostart +Comment=just a hook -- GitLab