[Unit] Description=PSAP rest agent daemon After=network-online.target mysql.service kvdb.service Wants=network-online.target RequiresMountsFor=/usr/local/omc [Service] Type=simple LimitNOFILE=65535 LimitNPROC=65535 Restart=always RestartSec=10 StartLimitBurst=3 ExecStart=/usr/local/omc/bin/restagent -c /usr/local/omc/etc/restconf.yaml RestartPreventExitStatus=SIGTERM SIGKILL ExecReload=/bin/kill -HUP $MAINPID [Install] WantedBy=multi-user.target