17 lines
461 B
Desktop File
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
|