Resource type definition for the ASMInst agent to support systemD

This resource type definition supports systemD on RHEL7 and SLES12 distributions of Linux.

type ASMInst (
   static str AgentDirectory = "/opt/VRTSagents/ha/bin/ASMInst"
   static str ArgList[] = { Sid, Owner, Home, DBAUser, DBAPword, Pfile, 
							StartUpOpt, ShutDownOpt, EnvFile, Encoding, 
							MonitorOption, UseSystemD, SystemDAttrList }
   str SystemDAttrList{}
   str Sid
   str Owner
   str Home
   str DBAUser
   str DBAPword
   str Pfile
   str StartUpOpt
   str ShutDownOpt
   str EnvFile
   str Encoding
   int MonitorOption = 0
   boolean UseSystemD = 0
)