Files
hla_framework_bd/services/master/current/systemd/AGEBD-SERVICE-MASTER.service
Benjamin Labrecque debac0cf5e
Deploy bin / deploy (push) Successful in 2s
Deploy agebd python package / deploy (push) Successful in 4s
refactor: remove service id altogether
2026-07-08 16:47:42 +02:00

17 lines
457 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 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