mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 17:25:17 +03:00
12 lines
199 B
Text
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
|
|
}
|