From 2dfeaae772e630ae361a35bf4680257d081560c1 Mon Sep 17 00:00:00 2001 From: lost+skunk Date: Tue, 30 Jul 2024 01:06:40 +0300 Subject: Подготовка к релизу v1.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/skunkyart.example.openrc | 13 +++++++++++++ services/skunkyart.example.service | 11 +++++++++++ 2 files changed, 24 insertions(+) create mode 100755 services/skunkyart.example.openrc create mode 100644 services/skunkyart.example.service (limited to 'services') diff --git a/services/skunkyart.example.openrc b/services/skunkyart.example.openrc new file mode 100755 index 0000000..d89d5b2 --- /dev/null +++ b/services/skunkyart.example.openrc @@ -0,0 +1,13 @@ +#!/sbin/openrc-run + +directory= +# command_args="-c $directory/config.json" # if SA wasn't start, try to uncomment this line +command=$directory/skunkyart + +name="SkunkyArt" +description="Privacy frontend for deviantart.com" +supervisor=supervise-daemon + +depend() { + need net +} \ No newline at end of file diff --git a/services/skunkyart.example.service b/services/skunkyart.example.service new file mode 100644 index 0000000..6531cab --- /dev/null +++ b/services/skunkyart.example.service @@ -0,0 +1,11 @@ +# Note: i didn't use systemd, so it can be not works :) + +[Unit] +Description=Privacy frontend for deviantart.com + +[Service] +Directory= +ExecStart= + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3