p4d_1.service #2

  • //
  • guest/
  • perforce_software/
  • sdp/
  • main/
  • Server/
  • Unix/
  • setup/
  • systemd/
  • p4d_1.service
  • View
  • Commits
  • Open Download .zip Download (390 B)
[Unit]
Description=Helix Server Instance 1
Documentation=http://www.perforce.com/perforce/doc.current/manuals/p4sag/index.html
Requires=network.target NetworkManager-wait-online.service
After=network.target NetworkManager-wait-online.service

[Service]
Type=forking
ExecStart=/p4/1/bin/p4d_1_init start
ExecStop=/p4/1/bin/p4d_1_init stop
User=perforce

[Install]
WantedBy=multi-user.target
# Change User Description Committed
#4 27331 C. Thomas Tyler Released SDP 2020.1.27325 (2021/01/29).
Copy Up using 'p4 copy -r -b perforce_software-sdp-dev'.
#3 25245 C. Thomas Tyler Released SDP 2019.1.25238 (2019/03/02).
Copy Up using 'p4 copy -r -b perforce_software-sdp-dev'.
#2 22685 Russell C. Jackson (Rusty) Update main with current changes from dev.
#1 15793 C. Thomas Tyler Added sample systemd init scripts for the SDP for RHEL/CentOS 7
and other Linux distros that use systemd.

Also updated README.md for firewalld.