p4broker_N.service.t #4

  • //
  • guest/
  • perforce_software/
  • helix-installer/
  • dev/
  • src/
  • p4broker_N.service.t
  • View
  • Commits
  • Open Download .zip Download (483 B)
[Unit]
Description=Helix Broker Instance __INSTANCE__ using default broker config.
Documentation=https://swarm.workshop.perforce.com/projects/perforce-software-sdp/view/main/doc/SDP_Guide.Unix.pdf
Requires=network.target
After=network.target

[Service]
Type=simple
ExecStart=/p4/__INSTANCE__/bin/p4broker___INSTANCE___init start
ExecStop=/p4/__INSTANCE__/bin/p4broker___INSTANCE___init stop
User=__OSUSER__
Environment=OS_INIT_MECHANISM=systemd

[Install]
WantedBy=multi-user.target
# Change User Description Committed
#4 29341 C. Thomas Tyler Modernized 'backup' SDP systemd service templates to match SDP.

These copies of the systemd service templates in the Helix Insaller are not
actually used, as the Helix Installer uses the SDP templates directly.
These are samples but of course should be current.
#3 26558 C. Thomas Tyler Updated systemd service file templates to reference SDP docs.
#2 26014 C. Thomas Tyler Fix issue with systemd files when OSUSER is not perforce.

Also fixed issue with '-X' mode cleaning up firewalld files.
#1 25750 C. Thomas Tyler Added systemd service file templates.