1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 17:25:17 +03:00
aports/testing/onedrive/onedrive.initd
Duncan Bellamy bf863ba077 testing/onedrive: new aport
OneDrive Client for Linux
https://abraunegg.github.io

fixes #11733
2020-09-20 18:30:57 -03:00

12 lines
199 B
Text

#!/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
}