Files
hla_framework_bd/services/000-master/current/systemd/AGEBD-SERVICE-MASTER.service
T
Benjamin Labrecque fbc4a57953
Deploy bin / deploy (push) Successful in 1s
Deploy, build and restart MASTER / deploy (push) Successful in 9s
Deploy agebd python package / deploy (push) Successful in 1s
refactor: move all services under current/
2026-07-07 09:29:04 +02:00

17 lines
461 B
Desktop File

[Unit]
Description=AGEBD-SERVICE-MASTER
After=network.target
[Service]
Environment=AGEBD_ENV={{ agebd_env }}
ExecStart=/sls/bd/hla/{{ agebd_env }}/bin/start_service.sh 000 MASTER
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-MASTER.service
# systemctl --user start AGEBD-SERVICE-MASTER