mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
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=""
|