feature: add new service postmortemlog

This commit is contained in:
Benjamin Labrecque
2026-07-16 09:50:04 +02:00
parent 7b34c743ee
commit 637594bb82
13 changed files with 1843 additions and 1 deletions
@@ -0,0 +1,16 @@
[Unit]
Description=AGEBD-SERVICE-POSTMORTEMLOG
After=network.target
[Service]
Environment=AGEBD_ENV={{ agebd_env }}
ExecStart=/sls/bd/hla/{{ agebd_env }}/bin/start_service.sh POSTMORTEMLOG
Restart=no
[Install]
WantedBy=default.target
# https://www.freedesktop.org/software/systemd/man/latest/systemd.service.html
# systemctl --user daemon-reload
# systemctl --user enable /sls/bd/bin/systemd/AGEBD-SERVICE-POSTMORTEMLOG.service
# systemctl --user start AGEBD-SERVICE-POSTMORTEMLOG