p4broker_N.service.t #2

  • //
  • guest/
  • perforce_software/
  • helix-installer/
  • dev/
  • src/
  • p4broker_N.service.t
  • View
  • Commits
  • Open Download .zip Download (392 B)
[Unit]
Description=Helix Broker Instance __INSTANCE__
Documentation=https://www.perforce.com/manuals/p4dist/Content/P4Dist/chapter.broker.html
Requires=network.target
After=network.target

[Service]
Type=forking
ExecStart=/p4/__INSTANCE__/bin/p4broker___INSTANCE___init start
ExecStop=/p4/__INSTANCE__/bin/p4broker___INSTANCE___init stop
User=__OSUSER__

[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.