mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
5aaa155995
implementation. Uses the standard OP package system front end then connects into the Debian Package manager for package building. Should work on both i386 and amd64 systems. Auto determins and runtime which system it is building on and produces an appropriate package for the platform in the build dir.
11 lines
241 B
Elixir
11 lines
241 B
Elixir
# Defaults for openpilot initscript
|
|
# sourced by /etc/init.d/openpilot
|
|
# installed at /etc/default/openpilot by the maintainer scripts
|
|
|
|
#
|
|
# This is a POSIX shell fragment
|
|
#
|
|
|
|
# Additional options that are passed to the Daemon.
|
|
DAEMON_OPTS=""
|