aboutsummaryrefslogtreecommitdiffstats
path: root/community/onedrive/onedrive.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/onedrive/onedrive.initd')
-rw-r--r--community/onedrive/onedrive.initd12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/onedrive/onedrive.initd b/community/onedrive/onedrive.initd
new file mode 100644
index 00000000000..b3f1e27bf91
--- /dev/null
+++ b/community/onedrive/onedrive.initd
@@ -0,0 +1,12 @@
+#!/sbin/openrc-run
+supervisor=supervise-daemon
+
+# onedrive init.d file for alpine linux.
+name=onedrive
+command=/usr/bin/onedrive
+command_args="$onedrive_opts"
+
+depend() {
+ need net
+ after firewall
+}