p4d_1.service #3

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

[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
#3 29873 Russell C. Jackson (Rusty) Added remote-fs.target
#2 25733 Russell C. Jackson (Rusty) Removed Network-Manager
#1 22693 Russell C. Jackson (Rusty) Branched a Unix only version of the SDP.
Removed extra items to create a cleaner tree.
Moved a few items around to make more sense without Windows in the mix.
//guest/perforce_software/sdp/dev/Server/Unix/setup/systemd/p4d_1.service
#2 22649 C. Thomas Tyler Added 'Requires' and 'After' targets to sample systemd service files.

#review @giles
#1 15797 C. Thomas Tyler Routine    Merge Down to dev from main for SDP.
//guest/perforce_software/sdp/main/Server/Unix/setup/systemd/p4d_1.service
#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.