aports/community/onedrive/onedrive.initd
Duncan Bellamy 2c47a7fcd6 community/onedrive: move from testing
* upgrade to 2.4.14
2021-11-24 18:00:53 +00:00

13 lines
199 B
Plaintext

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