p4d_instance.service.j2 #1

  • //
  • guest/
  • russell_jackson/
  • ansible-sdp/
  • roles/
  • perforce-sdp-install/
  • templates/
  • p4d_instance.service.j2
  • View
  • Commits
  • Open Download .zip Download (418 B)
[Unit]
Description=Helix Server Instance {{ perforce_id }}
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/{{ perforce_id }}/bin/p4d_{{ perforce_id }}_init start
ExecStop=/p4/{{ perforce_id }}/bin/p4d_{{ perforce_id }}_init stop
User=perforce

[Install]
WantedBy=multi-user.target
# Change User Description Committed
#1 32488 Russell C. Jackson (Rusty) Ansible scaffolding for the sdp - Needs work.