p4dtg_N.service.t #1

  • //
  • p4-sdp/
  • dev_c2s/
  • Server/
  • Unix/
  • p4/
  • common/
  • etc/
  • systemd/
  • system/
  • p4dtg_N.service.t
  • View
  • Commits
  • Open Download .zip Download (448 B)
[Unit]
Description=Helix P4DTG Instance __INSTANCE__.
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/p4dtg___INSTANCE___init start
ExecStop=/p4/__INSTANCE__/bin/p4dtg___INSTANCE___init stop
User=__OSUSER__
Environment=OS_INIT_MECHANISM=systemd

[Install]
WantedBy=multi-user.target
# Change User Description Committed
#1 31399 C. Thomas Tyler Populate -r -S //p4-sdp/dev_c2s.
//p4-sdp/dev/Server/Unix/p4/common/etc/systemd/system/p4dtg_N.service.t
#1 31397 C. Thomas Tyler Populate -b SDP_Classic_to_Streams -s //guest/perforce_software/sdp/...@31368.
//guest/perforce_software/sdp/dev/Server/Unix/p4/common/etc/systemd/system/p4dtg_N.service.t
#1 27148 C. Thomas Tyler Added templates for systemd unit files.