p4web_N.service.t #1

  • //
  • guest/
  • perforce_software/
  • sdp/
  • main/
  • 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 29891 C. Thomas Tyler Released SDP 2023.1.29699 (2023/07/11).
Copy Up using 'p4 copy -r -b perforce_software-sdp-dev'.
//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