Haiku Book: fix typo on _launch_intro.dox.
launch_daemon only understands "no_safemode". Change-Id: Ib7efb6064a49c35185ffacba3e8642eacd1fe970 Reviewed-on: https://review.haiku-os.org/c/haiku/+/8686 Reviewed-by: waddlesplash <[email protected]> Haiku-Format: Haiku-format Bot <[email protected]> Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
f836917f47
commit
fed0e6149e
@@ -99,7 +99,7 @@ service x-vnd.MyGreatServer {
|
|||||||
if {
|
if {
|
||||||
file_exists /path/to/license/file
|
file_exists /path/to/license/file
|
||||||
}
|
}
|
||||||
not_safemode
|
no_safemode
|
||||||
on_demand
|
on_demand
|
||||||
}
|
}
|
||||||
\endcode
|
\endcode
|
||||||
@@ -109,7 +109,7 @@ braces completely:
|
|||||||
service x-vnd.MyGreatServer {
|
service x-vnd.MyGreatServer {
|
||||||
launch /path/to/my/great/server
|
launch /path/to/my/great/server
|
||||||
if file_exists /path/to/license/file
|
if file_exists /path/to/license/file
|
||||||
not_safemode
|
no_safemode
|
||||||
on demand
|
on demand
|
||||||
}
|
}
|
||||||
\endcode
|
\endcode
|
||||||
|
|||||||
Reference in New Issue
Block a user