summaryrefslogtreecommitdiff
path: root/services/skunkyart.example.openrc
diff options
context:
space:
mode:
Diffstat (limited to 'services/skunkyart.example.openrc')
-rwxr-xr-xservices/skunkyart.example.openrc13
1 files changed, 13 insertions, 0 deletions
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=<path_to_dir_with_skunkyart>
+# 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