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 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 services/skunkyart.example.openrc (limited to 'services/skunkyart.example.openrc') 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 -- cgit v1.2.3