Deploy / deploy (push) Successful in 20s
Add taubpm --------- Co-authored-by: Benjamin Labrecque <labrecque.benji@gmail.com> Reviewed-on: #5
17 lines
457 B
Desktop File
17 lines
457 B
Desktop File
[Unit]
|
|
Description=AGEBD-SERVICE-TAUBPM
|
|
After=network.target
|
|
|
|
[Service]
|
|
Environment=AGEBD_ENV={{ agebd_env }}
|
|
ExecStart=/sls/bd/hla/{{ agebd_env }}/bin/start_service.sh TAUBPM
|
|
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-TAUBPM.service
|
|
# systemctl --user start AGEBD-SERVICE-TAUBPM
|