p4web_N.service.t #1

  • //
  • p4-sdp/
  • dev_rebrand2/
  • Unsupported/
  • Samples/
  • etc/
  • systemd/
  • system/
  • p4web_N.service.t
  • View
  • Commits
  • Open Download .zip Download (449 B)
[Unit]
Description=P4Web Server 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/p4web___INSTANCE___init start
ExecStop=/p4/__INSTANCE__/bin/p4web___INSTANCE___init stop
Environment=OS_INIT_MECHANISM=systemd
User=__OSUSER__

[Install]
WantedBy=multi-user.target
# Change User Description Committed
#1 31646 C. Thomas Tyler Populate -r -o -S //p4-sdp/dev_rebrand2.
//p4-sdp/dev/Unsupported/Samples/etc/systemd/system/p4web_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/Unsupported/Samples/etc/systemd/system/p4web_N.service.t
#1 29725 C. Thomas Tyler Moved p4web init script template to Unsupported to clarify it is not supported.
Modernized p4web_base to work with systemd.

#review-29726