https://github.com/lldap/lldap logo
<@254975908417372161> sure, hope i don't paste too...
# troubleshooting
a
@nitnelave sure, hope i don't paste too much... my
systemd
service
Copy code
~> systemctl cat lldap.service --no-pager                                                                                                                             
# /etc/systemd/system/lldap.service
[Unit]
After=network.target
Description=Nitnelave LLDAP
Documentation=https://github.com/nitnelave/lldap

[Service]
Environment="LLDAP_JWT_SECRET_FILE=/var/lib/lldap/jwt_secret"
Environment="LLDAP_SMTP_OPTIONS__PASSWORD_FILE=/run/secrets/lldap/smtpPasswordFile"
Environment="LOCALE_ARCHIVE=/nix/store/x19hsscsw1rr6948336fcnpgrqdbznaw-glibc-locales-2.35-224/lib/locale/locale-archive"
Environment="PATH=/nix/store/ngw3m00r391w31n13q4m2x06amx4mqri-coreutils-9.1/bin:/nix/store/vmm828xyvm8pjwjbx33n7z9r45vv1lk3-findutils-4.9.0/bin:/nix/store/njz77ksdp38vy6wyb9bq70dzfjxm5im0-gnugrep-3.7/bin:/nix/store/scmjiz80b1hh521k06z4fgbkl6r5k84p-gnused-4.8/bin:/nix/store/sf1qmjj1im2xnmdvcpghq2h5b06z5rz2-systemd-251.7/bin:/nix/store/ngw3m00r391w31n13q4m2x06amx4mqri-coreutils-9.1/sbin:/nix/store/vmm828xyvm8pjwjbx33n7z9r45vv1lk3-findutils-4.9.0/sbin:/nix/store/njz77ksdp38vy6wyb9bq70dzfjxm5im0-gnugrep-3.7/sbin:/nix/store/scmjiz80b1hh521k06z4fgbkl6r5k84p-gnused-4.8/sbin:/nix/store/sf1qmjj1im2xnmdvcpghq2h5b06z5rz2-systemd-251.7/sbin"
Environment="TZDIR=/nix/store/p9h078icxj3axz7f6vxyb1jmi2yx94wa-tzdata-2022g/share/zoneinfo"

ExecStart=/nix/store/gkfg7i21s89nzq9vb493jp1mj7fdhs85-lldap-0.4.1/lldap run --config-file /nix/store/csj0dqh1x1ynalqqbqyavpyjdmh2a5gp-lldap_config.toml
ExecStartPre=/nix/store/xsqqs6d9qbzb9gp93wyghh1jwzlfn1br-unit-script-lldap-pre-start/bin/lldap-pre-start
Group=lldap
StateDirectory=lldap
StateDirectoryMode=0700
User=lldap
WorkingDirectory=/nix/store/gkfg7i21s89nzq9vb493jp1mj7fdhs85-lldap-0.4.1
2 Views