File: systemd.template.service.xsan.conf.in

package info (click to toggle)
389-ds-base 3.1.2%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 42,884 kB
  • sloc: ansic: 316,584; python: 113,772; cpp: 10,263; javascript: 6,338; perl: 2,872; makefile: 2,062; sh: 989; yacc: 806; xml: 379; lex: 366; java: 50
file content (11 lines) | stat: -rw-r--r-- 701 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# This file is present because the server has been built with a sanitizer.
# It is not meant for a production usage.
[Unit]
Description=@capbrand@ Directory Server with @SANITIZER@ %i.

[Service]
# We can't symbolize here, as llvm symbolize crashes when it goes near systemd.
Environment=ASAN_OPTIONS=log_path=/run/@package_name@/ns-slapd-%i.asan:print_stacktrace=1:fast_unwind_on_malloc=0
Environment=TSAN_OPTIONS=log_path=/run/@package_name@/ns-slapd-%i.tsan:print_stacktrace=1:second_deadlock_stack=1:history_size=7
Environment=MSAN_OPTIONS=log_path=/run/@package_name@/ns-slapd-%i.msan:print_stacktrace=1
Environment=UBSAN_OPTIONS=log_path=/run/@package_name@/ns-slapd-%i.ubsan:print_stacktrace=1